blob: 0cd65a77a331ac0d71f8738f5160bed2d72fa84d (
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
|
%Filename: untxmia.fd
%Created by: tex mia-drv
%Created using fontinst v1.933
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{untxmia.fd}
[2016/01/31 Fontinst v1.933 font definitions for U/ntxmia.]
\expandafter\ifx\csname ntxmath@scaled\endcsname\relax
\let\ntxmath@scaled\@empty%
\fi
\DeclareFontFamily{U}{ntxmia}{\skewchar \font =127}
\iftx@libertine
\DeclareFontShape{U}{ntxmia}{m}{it}{
<-> \ntxmath@scaled nxlmia
}{}
\DeclareFontShape{U}{ntxmia}{b}{it}{
<-> \ntxmath@scaled nxlbmia
}{}
\else
\iftx@minion
\DeclareFontShape{U}{ntxmia}{m}{it}{
<-> \ntxmath@scaled zmnmia
}{}
\DeclareFontShape{U}{ntxmia}{b}{it}{
<-> \ntxmath@scaled zmnbmia
}{}
\else
\iftx@coch
\DeclareFontShape{U}{ntxmia}{m}{it}{
<-> \ntxmath@scaled zcochmia
}{}
\DeclareFontShape{U}{ntxmia}{b}{it}{
<-> \ntxmath@scaled zcochbmia
}{}
\else
\DeclareFontShape{U}{ntxmia}{m}{it}{
<-> \ntxmath@scaled ntxmia
}{}
\DeclareFontShape{U}{ntxmia}{b}{it}{
<-> \ntxmath@scaled ntxbmia
}{}
\fi
\fi
\fi
\DeclareFontShape{U}{ntxmia}{m}{sl}{<->ssub * ntxmia/m/it}{}
\DeclareFontShape{U}{ntxmia}{bx}{it}{<->ssub * ntxmia/b/it}{}
\DeclareFontShape{U}{ntxmia}{b}{sl}{<->ssub * ntxmia/b/it}{}
\DeclareFontShape{U}{ntxmia}{bx}{sl}{<->ssub * ntxmia/b/sl}{}
\endinput
|