blob: dfc586ff312240aa9ea73de2866cec38a1c1453c (
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
|
%Filename: t1pst.fd
%Created by: tex convert
%Created using fontinst v1.801
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{t1pst.fd}
[2006/05/02 Fontinst v1.801 font definitions for T1/pst.]
\DeclareFontFamily{T1}{pst}{}
\DeclareFontShape{T1}{pst}{m}{n}{
<-> pstr8t
}{}
\DeclareFontShape{T1}{pst}{m}{sc}{
<-> pstrc8t
}{}
\DeclareFontShape{T1}{pst}{m}{sl}{
<-> pstro8t
}{}
\DeclareFontShape{T1}{pst}{m}{it}{
<-> pstri8t
}{}
\DeclareFontShape{T1}{pst}{b}{n}{
<-> pstb8t
}{}
\DeclareFontShape{T1}{pst}{b}{sc}{
<-> pstbc8t
}{}
\DeclareFontShape{T1}{pst}{b}{sl}{
<-> pstbo8t
}{}
\DeclareFontShape{T1}{pst}{b}{it}{
<-> pstbi8t
}{}
\DeclareFontShape{T1}{pst}{sb}{n}{
<-> psts8t
}{}
\DeclareFontShape{T1}{pst}{sb}{sc}{
<-> pstsc8t
}{}
\DeclareFontShape{T1}{pst}{sb}{sl}{
<-> pstso8t
}{}
\DeclareFontShape{T1}{pst}{sb}{it}{
<-> pstsi8t
}{}
\DeclareFontShape{T1}{pst}{bx}{n}{<->ssub * pst/b/n}{}
\DeclareFontShape{T1}{pst}{bx}{sc}{<->ssub * pst/b/sc}{}
\DeclareFontShape{T1}{pst}{bx}{sl}{<->ssub * pst/b/sl}{}
\DeclareFontShape{T1}{pst}{bx}{it}{<->ssub * pst/b/it}{}
\endinput
|