blob: 408427662ce7babfc4c8829205ebd83476dd5a7b (
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
|
%Filename: ly1ptm.fd
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{ly1ptm.fd}
[2001/02/01 font definitions for LY1/ptm using Berry names.]
\DeclareFontFamily{LY1}{ptm}{}
\DeclareFontShape{LY1}{ptm}{m}{n}{
<-> ptmr8y
}{}
\DeclareFontShape{LY1}{ptm}{m}{it}{
<-> ptmri8y
}{}
\DeclareFontShape{LY1}{ptm}{b}{n}{
<-> ptmb8y
}{}
\DeclareFontShape{LY1}{ptm}{b}{it}{
<-> ptmbi8y
}{}
% Fake Oblique UGH
\DeclareFontShape{LY1}{ptm}{m}{sl}{
<-> ptmro8y
}{}
\DeclareFontShape{LY1}{ptm}{b}{sl}{
<-> ptmbo8y
}{}
\DeclareFontShape{LY1}{ptm}{bx}{n}{<->ssub * ptm/b/n}{}
\DeclareFontShape{LY1}{ptm}{bx}{sl}{<->ssub * ptm/b/sl}{}
\DeclareFontShape{LY1}{ptm}{bx}{it}{<->ssub * ptm/b/it}{}
% Adobe makes real Times-Roman smallcaps and old style figures.
% Uncomment the following, if you have got the fonts:
% \DeclareFontShape{LY1}{ptm}{m}{sc}{
% <-> ptmrc8y % tirsc
% }{}
%
% \DeclareFontShape{LY1}{ptm}{b}{sc}{
% <-> ptmbc8y % tibsc
% }{}
%
% \DeclareFontShape{LY1}{ptm}{bx}{sc}{<->ssub * ptm/b/sc}{}
\endinput
|