diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/lh/tex/22cm-wc.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/lh/tex/22cm-wc.tex | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/lh/tex/22cm-wc.tex b/Master/texmf-dist/doc/fonts/lh/tex/22cm-wc.tex new file mode 100644 index 00000000000..759cfeecfdc --- /dev/null +++ b/Master/texmf-dist/doc/fonts/lh/tex/22cm-wc.tex @@ -0,0 +1,67 @@ +% +% 22cm-wc.tex +% +%% Cyrillic font container with T2 encoding beta-support +% +% This file is future part of lxfonts package +% Version 3.4 // Patchlevel=0 +% (c) O.Lapko +% +% This package belongs to the public domain under conditions similar to +% those of D. E. Knuth specified for the Computer Modern family of fonts. +% In particular, only the authors are entitled to modify this file +% and to save it under the same name. +% +% Content: +% +% TeX file for creation Latin-Cyrillic Computer Modern font +% in Windows1251 encoding +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% set defaults +\input cfhead +\lhvercheck(3,4) + +% Two first font/enc letters: lh (LCY) (default) +\def\fonttwoletters{wc} +% Encoding data file: enc-t2.tex (default) +% Font headers data file: fntallcm.tex (default) +% Text for ??begin: absent (default) +\def\defamily{more_letters:=true; other_cyr:=true; % + enc_name:="Win-1251";} +% Lettercode output: ^^hex (default) + +\usesetter +\input cod-edt % creates encoding file +\input rliker % creates kern&ligature files +\input cfstdedt % creates font headers; batch and mfjob files + +\ifSliTeX +%SliTeX fonts +\begingroup +\MFJobheadfalse % don't create MFJob head from this point +\MakeFileHeadstrue % Create font file headers ? +\def\fontfile{fntinvcm} +\def\jifont{i} +\input cfstdedt % creates font headers; batch and mfjob files +\endgroup +\fi + +\ifConcrete % concrete fonts +\begingroup +\MFJobheadfalse +\MakeFileHeadstrue +\def\fontfile{fntconcm} +\input cfstdedt +\endgroup +\fi + +\ifCMBright % CM Bright fonts +\begingroup +\MFJobheadfalse +%\MakeFileHeadstrue +\def\fontfile{fntbricm} +\input cfstdedt +\endgroup +\fi +\end |