blob: fab9938fc4cacd9bdf6c048ca4e4948ee068b3f5 (
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
|
%Filename: untxsyb.fd
%Created by: tex syb-drv
%Created using fontinst v1.933
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{untxsyb.fd}
[2012/04/12 Fontinst v1.933 font definitions for U/ntxsyb.]
\expandafter\ifx\csname ntxmath@scaled\endcsname\relax
\let\ntxmath@scaled\@empty%
\fi
\DeclareFontFamily{U}{ntxsyb}{}
\DeclareFontShape{U}{ntxsyb}{m}{n}{
<-> \ntxmath@scaled ntxsyb
}{}
\DeclareFontShape{U}{ntxsyb}{b}{n}{
<-> \ntxmath@scaled ntxbsyb
}{}
\DeclareFontShape{U}{ntxsyb}{bx}{n}{<->ssub * ntxsyb/b/n}{}
\endinput
|