blob: a3a219d0063b21ecfd5d96cc451e007cdcd9e1f2 (
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
32
33
34
35
36
37
38
39
40
41
|
%
% 47ex-tx.tex
%
%% Cyrillic font container with T2 encoding beta-support
%
% This file is future part of lxfonts package
% Version 3.5 // Patchlevel=1
% (c) O.Lapko
%
% This package is freeware product 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 all this package as well) and to save it under the same name.
%
% Content:
%
% TeX file for creation Cyrillic European Computer Modern font
% in X2 encoding
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% set defaults
\input cfhead
\lhvercheck(3,5)
% Two first font/enc letters:
\def\fonttwoletters{tx}
% Encoding data file: enc-t2.tex (default)
% Font headers data file:
\def\fontfile{\fntallec}
% Text for ??begin: absent (default)
\def\defamily{roman_ec:=false; more_letters:=true; other_cyr:=true; genmode:="ex"; %
enc_name:="Trash";}
% Lettercode output: \char"HEX
\codehatsfalse
\usesetter
\input cod-edt % creates encoding file
\input rliker % creates kern&ligature files
\input cfstdedt % creates font headers; batch and mfjob files
\end
|