blob: 2920195c016c2dc32b960bad406a507c44cba316 (
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
|
% Definitions of fonts for `cyrillized' Plain TeX: EC-like names
%
% Fonts assigned to \preloaded are not part of "plain TeX",
% but they are preloaded so that other format packages can use them.
% For example, if another set of macros says "\font\ninerm=cmr9",
% TeX will not have to reload the font metric information for cmr9.
\message{fonts,}
\font\tenrm=\fontprefix rm1000 % roman text
%\font\preloaded=\fontprefix rm0900
%\font\preloaded=\fontprefix rm0800
\font\sevenrm=\fontprefix rm0700
%\font\preloaded=\fontprefix rm0600
\font\fiverm=\fontprefix rm0500
\font\teni=\miprefix mi10 % math italic
%\font\preloaded=\miprefix mi9
%\font\preloaded=\miprefix mi8
\font\seveni=\miprefix mi7
%\font\preloaded=\miprefix mi6
\font\fivei=\miprefix mi5
\font\tensy=cmsy10 % math symbols
%\font\preloaded=cmsy9
%\font\preloaded=cmsy8
\font\sevensy=cmsy7
%\font\preloaded=cmsy6
\font\fivesy=cmsy5
\font\tenex=cmex10 % math extension
%\font\preloaded=\fontprefix ss1000 % sans serif
%\font\preloaded=\fontprefix sq8
%\font\preloaded=\fontprefix si1000 % sans serif italic
%\font\preloaded=\fontprefix qi8
\font\tenbf=\fontprefix bx1000 % boldface extended
%\font\preloaded=\fontprefix bx0900
%\font\preloaded=\fontprefix bx0800
\font\sevenbf=\fontprefix bx0700
%\font\preloaded=\fontprefix bx0600
\font\fivebf=\fontprefix bx0500
\font\tentt=\fontprefix tt1000 % typewriter
%\font\preloaded=\fontprefix tt0900
%\font\preloaded=\fontprefix tt0800
%\font\preloaded=\fontprefix st1000 % slanted typewriter
\font\tensl=\fontprefix sl1000 % slanted roman
%\font\preloaded=\fontprefix sl0900
%\font\preloaded=\fontprefix sl0800
\font\tenit=\fontprefix ti1000 % text italic
%\font\preloaded=\fontprefix ti0900
%\font\preloaded=\fontprefix ti0800
%\font\preloaded=\fontprefix ti0700
\message{more fonts,}
%\font\preloaded=\fontprefix ui1000 % unslanted text italic
%\font\preloaded=\miprefix mib10 % bold math italic
%\font\preloaded=cmbsy10 % bold math symbols
%\font\preloaded=\fontprefix cc1000 % caps and small caps
%\font\preloaded=\fontprefix sx1000 % sans serif bold extended
%\font\preloaded=\fontprefix dh1000 % Dunhill style
%\font\preloaded=\fontprefix rm0700 scaled \magstep4 % for titles
%\font\preloaded=\fontprefix tt1000 scaled \magstep2
%\font\preloaded=\fontprefix sx1000 scaled \magstep2
%\font\preloaded=manfnt % METAFONT logo and dragon curve and special symbols
% Additional \preloaded fonts can be specified here.
% (And those that were \preloaded above can be eliminated.)
\let\preloaded=\undefined % preloaded fonts must be declared anew later.
|