blob: 80711a0c728468e74ec29b093bc0faf3c2d38212 (
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
|
%Filename: t1utm.fd
%Created by: tex Fam_6707
%Created using fontinst v1.800
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{t1utm.fd}
[1998/11/05 Fontinst v1.800 font definitions for T1/utm.]
\DeclareFontFamily{T1}{utm}{}
\DeclareFontShape{T1}{utm}{m}{n}{
<-> utmr8t
}{}
\DeclareFontShape{T1}{utm}{m}{sc}{
<-> utmrc8t
}{}
\DeclareFontShape{T1}{utm}{m}{sl}{
<-> utmro8t
}{}
\DeclareFontShape{T1}{utm}{m}{it}{
<-> utmri8t
}{}
\DeclareFontShape{T1}{utm}{b}{n}{
<-> utmb8t
}{}
\DeclareFontShape{T1}{utm}{b}{sc}{
<-> utmbc8t
}{}
\DeclareFontShape{T1}{utm}{b}{sl}{
<-> utmbo8t
}{}
\DeclareFontShape{T1}{utm}{b}{it}{
<-> utmbi8t
}{}
\DeclareFontShape{T1}{utm}{bx}{n}{<->ssub * utm/b/n}{}
\DeclareFontShape{T1}{utm}{bx}{sc}{<->ssub * utm/b/sc}{}
\DeclareFontShape{T1}{utm}{bx}{sl}{<->ssub * utm/b/sl}{}
\DeclareFontShape{T1}{utm}{bx}{it}{<->ssub * utm/b/it}{}
\endinput
|