blob: 015860a9de53d88b6df907267e5c5217a35e0c58 (
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
|
%% Generated by autoinst on 2020/02/06
%%
\ProvidesFile{LGRSTEP-Dnom.fd}
[2020/02/06 (autoinst) Font definitions for LGR/STEP-Dnom.]
\ifcsname s@fct@alias\endcsname\else
\gdef\s@fct@alias{\sub@sfcnt\@font@aliasinfo}
\gdef\@font@aliasinfo#1{%
\@font@info{Font\space shape\space `\curr@fontshape'\space will
\space be\space aliased\MessageBreak to\space `\mandatory@arg'}%
}
\fi
\expandafter\ifx\csname STEP@scale\endcsname\relax
\let\STEP@@scale\@empty
\else
\edef\STEP@@scale{s*[\csname STEP@scale\endcsname]}%
\fi
\DeclareFontFamily{LGR}{STEP-Dnom}{}
% ---- regular ----
\DeclareFontShape{LGR}{STEP-Dnom}{regular}{n}{
<-> \STEP@@scale STEP-Regular-dnom-lgr
}{}
%
% Extra 'alias' rules to map the standard NFSS codes to our fancy names
%
% m --> regular
\DeclareFontShape{LGR}{STEP-Dnom}{m}{n}{
<-> alias * STEP-Dnom/regular/n
}{}
\endinput
|