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
|
% original texfonts.map -- define aliases for fontnames.
% (If you change or delete `original' on the previous line, web2c won't
% install its texfonts.map over this file.)
%
% @mapfile{
% license = "public domain",
% email = "tex-fonts@tug.org",
% date = "8 December 2002",
% url = "http://tug.org/fontname/texfonts.map",
% docstring = "Define aliases for font names in TeX."
% supported = "yes",
% }
%
% First column is real filename; second is alias; others are ignored.
% Spaces and/or tabs separate columns.
% Blank lines are ignored.
% Comments (obviously) start with %.
%
% Null bytes will confuse the programs, and a CR at the end of a line is
% removed for DOS's sake, but any other characters will be considered
% part of the text, and any length is ok.
%
% If an alias here has an extension, it matches only those files with
% that extension; otherwise, it matches anything with the same root,
% regardless of extension. For example, `foo.tfm' matches only
% `foo.tfm'; but `foo' matches `foo.vf', `foo.300pk', whatever.
%
% An existing file is preferred to a file found via an alias. For
% example, if you have a file `foo.tfm' and this file defines `foo' as
% an alias for `bar', `foo.tfm' will be used, not `bar.tfm'.
%
% If an alias is defined, and the font does not exist, the first alias
% will be used as the ``canonical name'', the one passed to MakeTeXPK to
% create.
% These fonts have been named both `circle10' and `lcircle10'. But
% `lcirc10' is best, anyway, as it's short enough for DOS. Allow any of
% these to mean any of the others.
circle10 lcircle10
circle10 lcirc10
lcircle10 circle10
lcircle10 lcirc10
lcirc10 circle10
lcirc10 lcircle10
circlew10 lcirclew10
circlew10 lcircw10
lcirclew10 circlew10
lcirclew10 lcircw10
lcircw10 circlew10
lcircw10 lcirclew10
% Allow people to use PostScript font names.
rpagk AvantGarde-Book
rpagko AvantGarde-BookOblique
rpagd AvantGarde-Demi
rpagdo AvantGarde-DemiOblique
rpbkd Bookman-Demi
rpbkdi Bookman-DemiItalic
rpbkl Bookman-Light
rpbkli Bookman-LightItalic
rpcrr Courier
rpcrb Courier-Bold
rpcrbo Courier-BoldOblique
rpcrro Courier-Oblique
rphvr Helvetica
rphvb Helvetica-Bold
rphvbo Helvetica-BoldOblique
rphvro Helvetica-Oblique
rpncb NewCenturySchlbk-Bold
rpncbi NewCenturySchlbk-BoldItalic
rpncri NewCenturySchlbk-Italic
rpncr NewCenturySchlbk-Roman
rpplb Palatino-Bold
rpplbi Palatino-BoldItalic
rpplri Palatino-Italic
rpplr Palatino-Roman
psyr Symbol
rpsyr Symbol
sy Symbol
rptmb Times-Bold
rptmbi Times-BoldItalic
rptmri Times-Italic
rptmr Times-Roman
rpzcmi ZapfChancery-MediumItalic
pzdr ZapfDingbats
rpzdr ZapfDingbats
zd ZapfDingbats
|