diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/lh/tex/fntaddcm.tex')
-rw-r--r-- | Master/texmf-dist/source/fonts/lh/tex/fntaddcm.tex | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/lh/tex/fntaddcm.tex b/Master/texmf-dist/source/fonts/lh/tex/fntaddcm.tex new file mode 100644 index 00000000000..5705d0b3556 --- /dev/null +++ b/Master/texmf-dist/source/fonts/lh/tex/fntaddcm.tex @@ -0,0 +1,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
\ No newline at end of file |