blob: d6b3f05d39e61b2e13894d0a9759f52fb0daffcc (
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
113
114
115
116
117
118
|
%%
%% This is file `ot1uni.fd',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% uni.dtx (with options: `ot1')
%%
%% Copyright (C) 1998 Christian Holm.
%%
%% This file is NOT the source for universal, because almost all
%% comments have been stripped from it. It is NOT the preferred
%% form of universal for making modifications to it.
%%
%% Therefore you can NOT redistribute and/or modify THIS file.
%% You can however redistribute the complete source (uni.dtx
%% and uni.ins) and/or modify it under the terms of the GNU
%% General Public License as published by the Free Software
%% Foundation; either version 2, or (at your option) any later
%% version.
%%
%% The universal font and package is distributed in the hope that
%% it will be useful, but WITHOUT ANY WARRANTY; without even the
%% implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
%% PURPOSE. See the GNU General Public License for more details.
%%
%% You should have received a copy of the GNU General Public
%% License along with this package; if not, write to the
%% Free Software Foundation, Inc.,
%% 675 Mass Ave, Cambridge,
%% MA 02139, USA.
%%
%% See the file uni.dtx for further comments and documentation.
%%
\ProvidesFile{ot1uni.fd}%
[1998/08/01 v2.0 Non standard LaTeX font definitions]
\DeclareFontFamily{OT1}{uni}{\hyphenchar\font45 }
\DeclareFontShape{OT1}{uni}{m}{n}{
<5><6><7><8>fulmr8
<9>fulmr9
<10><10.95>fulmr10
<12><14.4>fulmr12
<17.28><20.74><24.88>fulmr17
}{}
\DeclareFontShape{OT1}{uni}{m}{sl}{
<5><6><7><8>fulmo8
<9>fulmo9
<10><10.95>fulmo10
<12><14.4>fulmo12
<17.28><20.74><24.88>fulmo17
}{}
\DeclareFontShape{OT1}{uni}{m}{sc}{
<5><6><7><8>fulmc8
<9>fulmc9
<10><10.95>fulmc10
<12><14.4>fulmc12
<17.28><20.74><24.88>fulmc17
}{}
\DeclareFontShape{OT1}{uni}{m}{st}{
<5><6><7><8>fulmst8
<9>fulmst9
<10><10.95>fulmst10
<12><14.4>fulmst12
<17.28><20.74><24.88>fulmst17
}{}
\DeclareFontShape{OT1}{uni}{b}{n}{
<5><6><7><8>fulbr8
<9>fulbr9
<10><10.95>fulbr10
<12><14.4>fulbr12
<17.28><20.74><24.88>fulbr17
}{}
\DeclareFontShape{OT1}{uni}{b}{sl}{
<5><6><7><8>fulbo8
<9>fulbo9
<10><10.95>fulbo10
<12><14.4>fulbo12
<17.28><20.74><24.88>fulbo17
}{}
\DeclareFontShape{OT1}{uni}{b}{sc}{
<5><6><7><8>fulbc8
<9>fulbc9
<10><10.95>fulbc10
<12><14.4>fulbc12
<17.28><20.74><24.88>fulbc17
}{}
\DeclareFontShape{OT1}{uni}{b}{st}{
<5><6><7><8>fulbst8
<9>fulbst9
<10><10.95>fulbst10
<12><14.4>fulbst12
<17.28><20.74><24.88>fulbst17
}{}
\DeclareFontShape{OT1}{uni}{m}{it}{<->ssub*uni/m/sl}{}
\DeclareFontShape{OT1}{uni}{m}{ui}{<->ssub*uni/m/n}{}
\DeclareFontShape{OT1}{uni}{b}{it}{<->ssub*uni/b/sl}{}
\DeclareFontShape{OT1}{uni}{bx}{n}{<->ssub*uni/b/n}{}
\DeclareFontShape{OT1}{uni}{bx}{sl}{<->ssub*uni/b/sl}{}
\DeclareFontShape{OT1}{uni}{bx}{sc}{<->ssub*uni/b/sc}{}
\DeclareFontShape{OT1}{uni}{bx}{st}{<->ssub*uni/b/st}{}
\DeclareFontShape{OT1}{uni}{bx}{it}{<->ssub*uni/b/sl}{}
\DeclareFontShape{OT1}{uni}{bc}{ui}{<->ssub*uni/b/n}{}
\DeclareFontShape{OT1}{uni}{sbc}{n}{<->ssub*uni/b/n}{}
\endinput
%%
%% End of file `ot1uni.fd'.
|