blob: d923a4ff0608848168aaafad6f596ea5908f4bb6 (
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
47
48
49
50
51
52
53
54
55
56
57
|
%% Generated by autoinst on 2019/12/17
%%
\ProvidesFile{LY1Forum-LF.fd}
[2019/12/17 (autoinst) Font definitions for LY1/Forum-LF.]
\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 Forum@scale\endcsname\relax
\let\Forum@@scale\@empty
\else
\edef\Forum@@scale{s*[\csname Forum@scale\endcsname]}%
\fi
\DeclareFontFamily{LY1}{Forum-LF}{}
% ---- regular ----
\DeclareFontShape{LY1}{Forum-LF}{regular}{n}{
<-> \Forum@@scale Forum-lf-ly1
}{}
% ---- bold ----
\DeclareFontShape{LY1}{Forum-LF}{bold}{n}{
<-> \Forum@@scale Forum-Bold-lf-ly1
}{}
%
% Extra 'alias' rules to map the standard NFSS codes to our fancy names
%
% m --> regular
\DeclareFontShape{LY1}{Forum-LF}{m}{n}{
<-> alias * Forum-LF/regular/n
}{}
% b --> bold
\DeclareFontShape{LY1}{Forum-LF}{b}{n}{
<-> alias * Forum-LF/bold/n
}{}
\DeclareFontShape{LY1}{Forum-LF}{bx}{n}{
<-> ssub * Forum-LF/b/n
}{}
\endinput
|