summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/base/texnum.mp
blob: afb311c3e4f7066ce90899e7264e3bc1b623a25a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Default init_numbers for use with TeX
% Don't input this directly--format.mp uses this file

verbatimtex
  \ifx\documentstyle\undefined \else
    \ifx\blackandwhite\undefined
      \documentstyle{article}
    \else \documentstyle{slides}
    \fi
    \begin{document}
  \fi
etex

init_numbers(btex$-$etex, btex$1$etex, btex${\times}10$etex,
    btex${}^-$etex, btex${}^2$etex);

Fe_base := btex $10$ etex;