blob: 91fd42684e0946d82a8e3e8b094c67ea3619134f (
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
|
\ProvidesFile{ot1ptm.fd}
[2001/06/04 font definitions for OT1/ptm.]
\DeclareFontFamily{OT1}{ptm}{}
\DeclareFontShape{OT1}{ptm}{m}{n}{
<-> ptmr7t
}{}
\DeclareFontShape{OT1}{ptm}{m}{sc}{
<-> ptmrc7t
}{}
\DeclareFontShape{OT1}{ptm}{m}{sl}{
<-> ptmro7t
}{}
\DeclareFontShape{OT1}{ptm}{m}{it}{
<-> ptmri7t
}{}
\DeclareFontShape{OT1}{ptm}{b}{n}{
<-> ptmb7t
}{}
\DeclareFontShape{OT1}{ptm}{b}{sc}{
<-> ptmbc7t
}{}
\DeclareFontShape{OT1}{ptm}{b}{sl}{
<-> ptmbo7t
}{}
\DeclareFontShape{OT1}{ptm}{b}{it}{
<-> ptmbi7t
}{}
\DeclareFontShape{OT1}{ptm}{bx}{n}{<->ssub * ptm/b/n}{}
\DeclareFontShape{OT1}{ptm}{bx}{sc}{<->ssub * ptm/b/sc}{}
\DeclareFontShape{OT1}{ptm}{bx}{sl}{<->ssub * ptm/b/sl}{}
\DeclareFontShape{OT1}{ptm}{bx}{it}{<->ssub * ptm/b/it}{}
\DeclareFontShape{OT1}{ptm}{m}{ui}{<->ssub * ptm/m/it}{}
\DeclareFontShape{OT1}{ptm}{b}{ui}{<->ssub * ptm/b/it}{}
\DeclareFontShape{OT1}{ptm}{bx}{ui}{<->ssub * ptm/b/it}{}
\endinput
|