summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/lh/tex/fntaddcm.tex
blob: 5705d0b3556381246c1861b331c9594587a0b6a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\ifSliTeX
%SliTeX fonts
\begingroup
\MFJobheadfalse % don't create MFJob head from this point
\MakeFileHeadstrue     % Create font file headers ?
\def\fontfile{fntinvcm}% list of SliTeX font headers for CM-like fonts
\def\jifont{i}
\input cfstdedt % creates font headers; batch and mfjob files
\endgroup
\fi

\ifConcrete % concrete fonts
\begingroup
\MFJobheadfalse
\MakeFileHeadstrue
\def\fontfile{fntconcm}% list of concrete font headers for CM-like fonts
\def\jifont{c}
\input cfstdedt
\endgroup
\fi

\ifCMBright % CM Bright fonts
\begingroup
\MFJobheadfalse
\MakeFileHeadstrue
\def\fontfile{fntbricm}% list of CM Bright font headers for CM-like fonts
\def\jifont{b}
\input cfstdedt
\endgroup
\fi
\endinput