blob: b9c5d3a521f367c2aa2566422b13039889d37256 (
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{fntinvec}% list of SliTeX font headers for EC-like fonts
\def\jifont{i}
\input cfstdedt % creates font headers; batch and mfjob files
\endgroup
\fi
\ifConcrete % concrete fonts
\begingroup
\MFJobheadfalse
\MakeFileHeadstrue
\def\fontfile{fntconec}% list of concrete font headers for EC-like fonts
\def\jifont{c}
\input cfstdedt
\endgroup
\fi
\ifCMBright % CM Bright fonts
\begingroup
\MFJobheadfalse
\MakeFileHeadstrue
\def\fontfile{fntbriec}% list of CM Bright font headers for EC-like fonts
\def\jifont{b}
\input cfstdedt
\endgroup
\fi
\endinput
|