blob: cf4576e4169869c0552d6929e9a12c3ccbdfeea8 (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
%
% 99-T2enc.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 all Standard Latin-Cyrillic font
% in all more or less standard LH encodings
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% set defaults
\input cfhead
\lhvercheck(3,5)
\usesetter
\def\NMFJobFileName {T2enc.mfj}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%la T2A
\begingroup
\def\wrkdir{wrk/lh-t2a/}
\def\fonttwoletters{la}\def\encodingletters{ta}
\def\fontfile{\fntallec}
\input cod-edt % creates encoding file
\input rliker % creates kern&ligature files
\input cfstdedt % creates font headers; batch and mfjob files
%common code for all ex-based fonts
\input fntaddec
\endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%lb T2B
\begingroup
\def\wrkdir{wrk/lh-t2b/}
\def\fonttwoletters{lb}\def\encodingletters{tb}
\def\fontfile{\fntallec}
\input cod-edt % creates encoding file
\input rliker % creates kern&ligature files
\input cfstdedt % creates font headers; batch and mfjob files
%common code for all ex-based fonts
\input fntaddec
\endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%lc T2C
\begingroup
\def\wrkdir{wrk/lh-t2c/}
\def\fonttwoletters{lc}\def\encodingletters{tc}
\def\fontfile{\fntallec}
\input cod-edt % creates encoding file
\input rliker % creates kern&ligature files
\input cfstdedt % creates font headers; batch and mfjob files
%common code for all ex-based fonts
\input fntaddec
\endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%ld T2D
\begingroup
\def\wrkdir{wrk/lh-t2d/}
\def\fonttwoletters{ld}\def\encodingletters{td}
\def\fontfile{\fntallec}
\input cod-edt % creates encoding file
\input rliker % creates kern&ligature files
\input cfstdedt % creates font headers; batch and mfjob files
%common code for all ex-based fonts
\input fntaddec
\endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%rx X2
\begingroup
\def\wrkdir{wrk/lh-x2/}
\def\fonttwoletters{rx}\def\encodingletters{x2}
\def\fontfile{\fntallec}
\codehatsfalse
\input cod-edt % creates encoding file
\input rliker % creates kern&ligature files
\input cfstdedt % creates font headers; batch and mfjob files
%common code for all ex-based fonts
\input fntaddec
\endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%rx XSlav
\iffalse %COMMENT
\begingroup
\def\wrkdir{wrk/lh-XSlav/}
\def\fonttwoletters{rs}\def\encodingletters{xs}
\def\fontfile{\fntallec}
\def\defamily{roman_ec:=false; more_letters:=true; old_cyr:=true; genmode:="ex"; %
enc_name:="XSlav";}
\codehatsfalse
\input cod-edt % creates encoding file
\input rliker % creates kern&ligature files
\input cfstdedt % creates font headers; batch and mfjob files
%common code for all ex-based fonts
\input fntaddec
\endgroup
\fi %END COMMENT
\end
|