blob: c3325abea84e31c6e62638e8bc9ba65164f5b7d1 (
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: lmxnpxexx.fd
%Created by: tex px-exx-drv
%Created using fontinst v1.933
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{lmxnpxexx.fd}
[2016/08/13 Fontinst v1.933 font definitions for LMX/npxexx.]
\expandafter\ifx\csname npxmath@scaled\endcsname\relax
\let\npxmath@@scaled\@empty%
\else
\edef\npxmath@@scaled{s*[\csname npxmath@scaled\endcsname]}%
\fi
\DeclareFontFamily{LMX}{npxexx}{\providecommand {\setSYdimens}{}\setSYdimens}
\DeclareFontShape{LMX}{npxexx}{m}{n}{
<-> \npxmath@@scaled zplexx
}{}
\DeclareFontShape{LMX}{npxexx}{b}{n}{
<-> \npxmath@@scaled zplbexx
}{}
\DeclareFontShape{LMX}{npxexx}{bx}{n}{<->ssub * npxexx/b/n}{}
\endinput
|