blob: f81fb13625cb1df300a71060fb4f9550f03f813d (
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
|
Please make sure that there are empty subdirectories with following names:
wrk
wrk\lh-lcy
wrk\lh-ot2
wrk\lh-t2a
wrk\lh-t2b
wrk\lh-t2c
wrk\lh-t2d
wrk\lh-x2
wrk\lh-xSlav
wrk\lh-temp
Any of them could be necessary during creation of METAFONT etc. files.
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
|