blob: 88bef46c0dfe6ffe837acfc7935291326c6ad180 (
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
|
% The file a35.tex (C) Petr Olsak, Jun 2001
% 35 standard PostScript fonts from Adobe declared for OFS macro
% After "\input a35", you can use
%
% \showfonts ... to show the loaded fontfamilies on terminal
% \fontusage ... to show the usage of new TeX macros on terminal
% \input ofs-8z ... macros for spec. characters and accented sequences
%
% See ofsdoc.tex manual for more details.
% This file is a part of OFS macro package by Petr Olsak.
\ifx \ofsdeclarefamily\undefined \input ofs \fi
\protectreading a35.tex % This is part of OFS package
\ofsputfamlist {^^Ja35.tex:}
%%% Times, Helvetica, Courier is in OFS defaults
\ofsdeclarefamily [AvantGarde] {% -------------------- AvantGarde
\loadtextfam (Book) pagk\fotenc;%
(Demi) pagd\fotenc;%
(BookOblique) pagko\fotenc;%
(DemiOblique) pagdo\fotenc;\defaultextraenc;%
\def\TeX{T\kern-.08em\lower.3333ex\hbox{E}\kern-0.09emX}%
\modifyenc 8z:badaccents;%
\modifyenc 8t:losschars;%
\modifyenc 8c:poor;%
}
\registerenc: 8z \registerenc: 8t
\ofsdeclarefamily [Bookman] {% ----------------------- Bookman
\loadtextfam (Light) pbkl\fotenc;%
(Demi) pbkd\fotenc;%
(LightItalic) pbkli\fotenc;%
(DemiItalic) pbkdi\fotenc;\defaultextraenc;%
\def\TeX{T\kern-.14em\lower.4ex\hbox{E}\kern-.125emX}%
\modifyenc 8z:badaccents;%
\modifyenc 8t:losschars;%
\modifyenc 8c:poor;%
}
\registerenc: 8z \registerenc: 8t
\ofsdeclarefamily [NewCentury] {% -------------------- NewCenturySchlbk
\loadtextfam (Roman) pncr\fotenc;%
pncb\fotenc;%
pncri\fotenc;%
pncbi\fotenc;\defaultextraenc;%
\def\TeX{T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX}%
\modifyenc 8z:badaccents;%
\modifyenc 8t:losschars;%
\modifyenc 8c:poor;%
}
\registerenc: 8z \registerenc: 8t
\ofsdeclarefamily [Palatino] {% ---------------------- Palatino
\loadtextfam (Roman) pplr\fotenc;%
pplb\fotenc;%
pplri\fotenc;%
pplbi\fotenc;\defaultextraenc;%
\def\TeX{T\kern-.1667em\lower.3333ex\hbox{E}\kern-.125emX}%
\modifyenc 8z:badaccents;%
\modifyenc 8t:losschars;%
\modifyenc 8c:poor;%
}
\registerenc: 8z \registerenc: 8t
%%% The variants of \TeX macros above
%%% was developed by Ivo Jancik
\ofsdeclarefamily [ZapfChancery] {% ------------------ ZapfChancery
\loadtextfam (MediumItalic) pzcmi\fotenc;%
;%
(MediumItalic) pzcmi\fotenc;%
;\defaultextraenc;%
\modifyenc 8z:badaccents;%
\modifyenc 8t:losschars;%
\modifyenc 8c:poor;%
}
\registerenc: 8z \registerenc: 8t
\ofsdeclarefamily [ZapfDingbats] {% ------------------ ZapfDingbats
\loadtextfam pzdr;%
;%
;%
;;%
}
\ofsdeclarefamily [Symbol] {% ------------------------ Symbol
\loadtextfam psyr;%
;%
(Slanted) psyro;% slanted geometrically
;;%
}
\endinput
|