blob: 776c5903d2960751808d6f3fb8d6ffbe3c4e4785 (
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
|
%Filename: omlzchmi.fd
%Created by: tex ch-drv
%Created using fontinst v1.933
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{omlzchmi.fd}
[2019/11/21 Fontinst v1.933 font definitions for OML/zchmi.]
\expandafter\ifx\csname ntxmath@scaled\endcsname\relax
\let\ntxmath@scaled\@empty%
\fi
\def\tx@donozchvw{\newif\iftx@nozchvw}
\expandafter\ifx\csname tx@nozchvwfalse\endcsname\relax
\tx@donozchvw
\fi
\def\tx@doalty{\newif\iftx@XChalty}
\expandafter\ifx\csname tx@XChaltyfalse\endcsname\relax
\tx@doalty
\fi
\DeclareFontFamily{OML}{zchmi}{\skewchar \font =127}
\iftx@nozchvw % use original v, w in math italic
\iftx@XChalty % new y
\DeclareFontShape{OML}{zchmi}{m}{it}{
<-> \ntxmath@scaled zchmi3
}{}
\DeclareFontShape{OML}{zchmi}{b}{it}{
<-> \ntxmath@scaled zchbmi3
}{}
\else % orig y
\DeclareFontShape{OML}{zchmi}{m}{it}{
<-> \ntxmath@scaled zchmi0
}{}
\DeclareFontShape{OML}{zchmi}{b}{it}{
<-> \ntxmath@scaled zchbmi0
}{}
\fi
\else % rounded v, w
\iftx@XChalty % new y
\DeclareFontShape{OML}{zchmi}{m}{it}{
<-> \ntxmath@scaled zchmi2
}{}
\DeclareFontShape{OML}{zchmi}{b}{it}{
<-> \ntxmath@scaled zchbmi2
}{}
\else % orig y
\DeclareFontShape{OML}{zchmi}{m}{it}{
<-> \ntxmath@scaled zchmi
}{}
\DeclareFontShape{OML}{zchmi}{b}{it}{
<-> \ntxmath@scaled zchbmi
}{}
\fi
\fi
\DeclareFontShape{OML}{zchmi}{m}{sl}{<->ssub * zchmi/m/it}{}
\DeclareFontShape{OML}{zchmi}{bx}{it}{<->ssub * zchmi/b/it}{}
\DeclareFontShape{OML}{zchmi}{b}{sl}{<->ssub * zchmi/b/it}{}
\DeclareFontShape{OML}{zchmi}{bx}{sl}{<->ssub * zchmi/b/sl}{}
\endinput
|