blob: cb65418fd0ef28b6e7b4d5e52c072fd84fe70c24 (
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)
%% ot1mfrak.fd Vladislav Kurz, November 2002 (fraktur fonts in OT1 encoding)
%%
%% This is taken from `ot1cmr.fd',
%% generated with the docstrip utility.
%%
%%
%%
\def\Font@Prefix{fk}
\def\Font@Family{mfrak}
\ProvidesFile{ot1\Font@Family .fd}
[1997/01/14 v2.5a Standard LaTeX font definitions]
\providecommand{\CM@family}[5]{%
\DeclareFontShape{#1}{#2}{#3}{#4}
{<10> gen * #5}{}}
\DeclareFontFamily{OT1}{\Font@Family }{\hyphenchar\font45 }
\DeclareFontShape{OT1}{\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 l2rm10}{}
\DeclareFontShape{OT1}{\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 l2sl10}{}
\DeclareFontShape{OT1}{\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 l2sl10}{}
%\DeclareFontShape{OT1}{\Font@Family }{m}{sc}
% { <5> \Font@Prefix l2cc05
% <6> \Font@Prefix l2cc06
% <7> \Font@Prefix l2cc07
% <8> \Font@Prefix l2cc08
% <9> \Font@Prefix l2cc09
% <10> <10.95> <12>
% <14.4>
% <17.28><20.74><24.88><29.86><35.83><43.00><51.60> \Font@Prefix l2cc10}{}
%
\CM@family{OT1}{\Font@Family }{m}{ui}{cmu} % provisional
%%%%%%% bold series
\DeclareFontShape{OT1}{\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 l2bx10}{}
%%%%%%%% bold extended series
\DeclareFontShape{OT1}{\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 l2bx10}{}
\DeclareFontShape{OT1}{\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 l2bl10}{}
\DeclareFontShape{OT1}{\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 l2bl10}{}
%\DeclareFontShape{OT1}{\Font@Family }{bx}{sc}
% { <5> \Font@Prefix l2xc05
% <6> \Font@Prefix l2xc06
% <7> \Font@Prefix l2xc07
% <8> \Font@Prefix l2xc08
% <9> \Font@Prefix l2xc09
% <10> <10.95> <12>
% <14.4>
% <17.28><20.74><24.88><29.86><35.83><43.00><51.60> \Font@Prefix l2xc10}{}
\endinput
%%
%% End of file `ot1mfrak.fd'.
|