blob: 60cf12434e4d362c98c7069afdaf73db8e2cecb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Run plain tex with files started with numerals:
01cm-lh.tex - to create fonts for LCY encoding (DOS based encoding)
02cm-wn.tex - to create fonts for OT2 encoding (AmS bases Cyrillic encoding)
03cm-vf.tex - to create 7-bit fonts (encoding of N.Glonti fonts)
like a part for virtual 8-bit Latin-Cyrillic font
11ex-rs.tex - to create fonts with Old Slav letters (in modern shapes)
11ex-rx.tex - to create fonts for X2 encoding
12ex-la.tex
13ex-lb.tex
14ex-lc.tex
15ex-ld.tex - to create fonts for T2(A,B,C,D) encodings
99CMstd.tex - to create cm-based fonts in more or less standard encodings
(01cm-lh.tex+02cm-wn.tex+03cm-vf.tex)
99T2enc.tex - to create ex-based fonts for LaTeX T2*/X2 encodings
(11ex-rs.tex---15ex-ld.tex)
99allenc.tex - to create cm-based and ex-based fonts
(99CMstd.tex+99T2enc.tex)
After texing just copy subdirs with created mf-files as a whole from `wrk'
directory to `texmf/fonts/source/lh' directory
|