blob: 9c55879c6be83e1f626bc85a86d83bea8e74e44f (
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
|
% Copyright 2003-2005 Han The Thanh <hanthethanh@gmx.net>.
% This file is part of vntex. License: LPPL, version 1.3 or newer,
% according to http://www.latex-project.org/lppl.txt
%Filename: t5utm.fd
%Created by: tex mkurwvn
%Created using fontinst v1.929
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{t5utm.fd}
[2005/08/24 Fontinst v1.929 font definitions for T5/utm.]
\DeclareFontFamily{T5}{utm}{}
\DeclareFontShape{T5}{utm}{m}{n}{
<-> utmr8v
}{}
\DeclareFontShape{T5}{utm}{m}{it}{
<-> utmri8v
}{}
\DeclareFontShape{T5}{utm}{m}{sl}{
<-> utmro8v
}{}
\DeclareFontShape{T5}{utm}{b}{n}{
<-> utmb8v
}{}
\DeclareFontShape{T5}{utm}{b}{it}{
<-> utmbi8v
}{}
\DeclareFontShape{T5}{utm}{b}{sl}{
<-> utmbo8v
}{}
\DeclareFontShape{T5}{utm}{m}{sc}{
<-> utmrc8v
}{}
\DeclareFontShape{T5}{utm}{b}{sc}{
<-> utmbc8v
}{}
\DeclareFontShape{T5}{utm}{bx}{n}{<->ssub * utm/b/n}{}
\DeclareFontShape{T5}{utm}{bx}{it}{<->ssub * utm/b/it}{}
\DeclareFontShape{T5}{utm}{bx}{sl}{<->ssub * utm/b/sl}{}
\DeclareFontShape{T5}{utm}{bx}{sc}{<->ssub * utm/b/sc}{}
\endinput
|