blob: 70179ab93109e395fb2725ecd224bbc060872ce2 (
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
|
%Filename: omsntxsy.fd
%Created by: tex tx-sy-drv
%Created using fontinst v1.933
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{omsntxsy.fd}
[2012/11/14 Fontinst v1.933 font definitions for OMS/ntxsy.]
\expandafter\ifx\csname ntxmath@scaled\endcsname\relax
\let\ntxmath@@scaled\@empty%
\else
\edef\ntxmath@@scaled{s*[\csname ntxmath@scaled\endcsname]}%
\fi
\DeclareFontFamily{OMS}{ntxsy}{\skewchar \font =120}
\iftx@libertine
\DeclareFontShape{OMS}{ntxsy}{m}{n}{
<-6.3> \ntxmath@@scaled nxlsy5
<6.3-8.6> \ntxmath@@scaled nxlsy7
<8.6-> \ntxmath@@scaled ntxsy
}{}
\DeclareFontShape{OMS}{ntxsy}{b}{n}{
<-6.3> \ntxmath@@scaled nxlbsy5
<6.3-8.6> \ntxmath@@scaled nxlbsy7
<8.6-> \ntxmath@@scaled ntxbsy
}{}
\else
\DeclareFontShape{OMS}{ntxsy}{m}{n}{
<-6.3> \ntxmath@@scaled ntxsy5
<6.3-8.6> \ntxmath@@scaled ntxsy7 % from 6.3 up to, but not including, 8.6
<8.6-> \ntxmath@@scaled ntxsy
}{}
\DeclareFontShape{OMS}{ntxsy}{b}{n}{
<-6.3> \ntxmath@@scaled ntxbsy5
<6.3-8.6> \ntxmath@@scaled ntxbsy7
<8.6-> \ntxmath@@scaled ntxbsy
}{}
\fi
\DeclareFontShape{OMS}{ntxsy}{bx}{n}{<->ssub * ntxsy/b/n}{}
\endinput
|