blob: 897d0517272ff6afe9faa11e36e90f46fa2cdf30 (
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
|
%%
%% This is file `LGcmr.fd',
%% written in close imitation of T1cmr.fd
%%
%% ----------------------------------------
%% This system is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
%%
\ProvidesFile{LGcmr.fd}
[1995/04/22 v2.3f Standard LaTeX font definitions]
\DeclareFontFamily{LG}{cmr}{}
\DeclareFontShape{LG}{cmr}{m}{n}{%
<5> <6> <7> <8>grreg8
<9>grreg9
<10> <10.95> <12> <14.4> <17.28> <20.74> <24.88>grreg10}{}
\DeclareFontShape{LG}{cmr}{b}{n}{
<5> <6> <7> <8>grbld8
<9>grbld9
<10> <10.95> <12> <14.4> <17.28> <20.74> <24.88>grbld10}{}
\DeclareFontShape{LG}{cmr}{bx}{n}
{<->sub * cmr/b/n}{}
\DeclareFontShape{LG}{cmr}{m}{sl}
{<->sub * cmr/m/n}{}
\DeclareFontShape{LG}{cmr}{m}{it}
{<->sub * cmr/m/n}{}
\DeclareFontShape{LG}{cmr}{bx}{sl}
{<->sub * cmr/bx/n}{}
\DeclareFontShape{LG}{cmr}{bx}{it}
{<->sub * cmr/bx/n}{}
\endinput
%%
%% End of file `LGcmr.fd'.
|