blob: 4627356953ec198ec03609ed1d1fae40c55a863f (
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
|
%Filename: ot1utm.fd
%Created by: tex Fam_6707
%Created using fontinst v1.800
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{ot1utm.fd}
[1998/11/05 Fontinst v1.800 font definitions for OT1/utm.]
\DeclareFontFamily{OT1}{utm}{}
\DeclareFontShape{OT1}{utm}{m}{n}{
<-> utmr7t
}{}
\DeclareFontShape{OT1}{utm}{m}{sc}{
<-> utmrc7t
}{}
\DeclareFontShape{OT1}{utm}{m}{sl}{
<-> utmro7t
}{}
\DeclareFontShape{OT1}{utm}{m}{it}{
<-> utmri7t
}{}
\DeclareFontShape{OT1}{utm}{b}{n}{
<-> utmb7t
}{}
\DeclareFontShape{OT1}{utm}{b}{sc}{
<-> utmbc7t
}{}
\DeclareFontShape{OT1}{utm}{b}{sl}{
<-> utmbo7t
}{}
\DeclareFontShape{OT1}{utm}{b}{it}{
<-> utmbi7t
}{}
\DeclareFontShape{OT1}{utm}{bx}{n}{<->ssub * utm/b/n}{}
\DeclareFontShape{OT1}{utm}{bx}{sc}{<->ssub * utm/b/sc}{}
\DeclareFontShape{OT1}{utm}{bx}{sl}{<->ssub * utm/b/sl}{}
\DeclareFontShape{OT1}{utm}{bx}{it}{<->ssub * utm/b/it}{}
\DeclareFontShape{OT1}{utm}{m}{ui}{<->ssub * utm/m/it}{}
\DeclareFontShape{OT1}{utm}{b}{ui}{<->ssub * utm/b/it}{}
\endinput
|