blob: f2b9159913806412aee2a2d17858d2fbfb276788 (
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
%% t1mfrak.fd Daniel Taupin July 2002 (fraktur fonts in T1 encoding)
%%
%% This is taken from `ot1cmr.fd',
%% generated with the docstrip utility.
%%
%%
%%
\def\Font@Prefix{fk}
\def\Font@Family{mfrak}
\ProvidesFile{t1\Font@Family .fd}
[1997/01/14 v2.5a Standard LaTeX font definitions]
\providecommand{\EC@family}[5]{%
\DeclareFontShape{#1}{#2}{#3}{#4}
{<5><6><7><8><9><10><10.95><12><14.4>
<17.28><20.74><24.88><29.86><35.83><43.00><51.60><61.92> genb * #5}{}}
\DeclareFontFamily{T1}{\Font@Family }{\hyphenchar\font45 }
\DeclareFontShape{T1}{\Font@Family }{m}{n}
{ <5>
<6>
<7>
<8>
<9>
<10> <10.95> <12> <14.4> %
<17.28><20.74><24.88><29.86><35.83><43.00><51.60> \Font@Prefix t1rm10}{}
\DeclareFontShape{T1}{\Font@Family }{m}{sl}
{ <5>
<6>
<7>
<8>
<9>
<10> <10.95> <12>
<14.4>
<17.28><20.74><24.88><29.86><35.83><43.00><51.60> \Font@Prefix t1sl10}{}
\DeclareFontShape{T1}{\Font@Family }{m}{it}
{ <5>
<6>
<7>
<8>
<9>
<10> <10.95> <12>
<14.4>
<17.28><20.74><24.88><29.86><35.83><43.00><51.60> \Font@Prefix t1sl10}{}
%\DeclareFontShape{T1}{\Font@Family }{m}{sc}
% { <5> \Font@Prefix t1cc05
% <6> \Font@Prefix t1cc06
% <7> \Font@Prefix t1cc07
% <8> \Font@Prefix t1cc08
% <9> \Font@Prefix t1cc09
% <10> <10.95> <12>
% <14.4>
% <17.28><20.74><24.88><29.86><35.83><43.00><51.60> \Font@Prefix t1cc10}{}
%
\EC@family{T1}{\Font@Family }{m}{ui}{ecui} % provisional
%%%%%%% bold series
\DeclareFontShape{T1}{\Font@Family }{b}{n}
{ <5>
<6>
<7>
<8>
<9>
<10> <10.95> <12>
<14.4>
<17.28><20.74><24.88><29.86><35.83><43.00><51.60> \Font@Prefix t1bx10}{}
%%%%%%%% bold extended series
\DeclareFontShape{T1}{\Font@Family }{bx}{n}
{ <5>
<6>
<7>
<8>
<9>
<10> <10.95> <12>
<14.4>
<17.28><20.74><24.88><29.86><35.83><43.00><51.60> \Font@Prefix t1bx10}{}
\DeclareFontShape{T1}{\Font@Family }{bx}{sl}
{ <5>
<6>
<7>
<8>
<9>
<10> <10.95> <12>
<14.4>
<17.28><20.74><24.88><29.86><35.83><43.00><51.60> \Font@Prefix t1bl10}{}
\DeclareFontShape{T1}{\Font@Family }{bx}{it}
{ <5>
<6>
<7>
<8>
<9>
<10> <10.95> <12>
<14.4>
<17.28><20.74><24.88><29.86><35.83><43.00><51.60> \Font@Prefix t1bl10}{}
%\DeclareFontShape{T1}{\Font@Family }{bx}{sc}
% { <5> \Font@Prefix t1xc05
% <6> \Font@Prefix t1xc06
% <7> \Font@Prefix t1xc07
% <8> \Font@Prefix t1xc08
% <9> \Font@Prefix t1xc09
% <10> <10.95> <12>
% <14.4>
% <17.28><20.74><24.88><29.86><35.83><43.00><51.60> \Font@Prefix t1xc10}{}
\endinput
%%
%% End of file `t1mfrak.fd'.
|