blob: ead453716b64f1ec6dc06a30df910a0d909fa42c (
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
|
%Filename: unpxsyb.fd
%Created by: tex px-drv
%Created using fontinst v1.933
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{unpxsyb.fd}
[2013/03/24 Fontinst v1.933 font definitions for U/npxsyb.]
\expandafter\ifx\csname npxmath@scaled\endcsname\relax
\let\npxmath@@scaled\@empty%
\else
\edef\npxmath@@scaled{s*[\csname npxmath@scaled\endcsname]}%
\fi
\DeclareFontFamily{U}{npxsyb}{}
\DeclareFontShape{U}{npxsyb}{m}{n}{
<-> \npxmath@@scaled zplsyb
}{}
\DeclareFontShape{U}{npxsyb}{b}{n}{
<-> \npxmath@@scaled zplbsyb
}{}
\DeclareFontShape{U}{npxsyb}{bx}{n}{<->ssub * npxsyb/b/n}{}
\endinput
|