blob: 996a92ffd8cb654912a32bdbd7985531d701107d (
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
|
% This file belongs to the Latin Modern package. The work is released under
% the GUST Font License. See the MANIFEST.txt and README.eng files
% for the details. For the most recent version of this license see
% http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt or
% http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
\ProvidesFile{qxlmr.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
\DeclareFontFamily{QX}{lmr}{}
\DeclareFontShape{QX}{lmr}{m}{n}%
{<-5.5> qx-lmr5 <5.5-6.5> qx-lmr6
<6.5-7.5> qx-lmr7 <7.5-8.5> qx-lmr8
<8.5-9.5> qx-lmr9 <9.5-11> qx-lmr10
<11-15> qx-lmr12
<15-> qx-lmr17
}{}
\DeclareFontShape{QX}{lmr}{m}{sl}%
{<-8.5> qx-lmro8 <8.5-9.5> qx-lmro9
<9.5-11> qx-lmro10 <11-15> qx-lmro12
<15-> qx-lmro17
}{}
\DeclareFontShape{QX}{lmr}{m}{it}%
{<-7.5> qx-lmri7
<7.5-8.5> qx-lmri8 <8.5-9.5> qx-lmri9
<9.5-11> qx-lmri10 <11-> qx-lmri12
}{}
\DeclareFontShape{QX}{lmr}{m}{sc}%
{<-> qx-lmcsc10}{}
%
% Is this the right 'shape'?:
\DeclareFontShape{QX}{lmr}{m}{scsl}%
{<-> qx-lmcsco10}{}
%%%%%%% bold series
\DeclareFontShape{QX}{lmr}{b}{n}
{<-> qx-lmb10}{}
\DeclareFontShape{QX}{lmr}{b}{sl}
{<-> qx-lmbo10}{}
%%%%%%%% bold extended series
\DeclareFontShape{QX}{lmr}{bx}{n}
{<-5.5> qx-lmbx5 <5.5-6.5> qx-lmbx6
<6.5-7.5> qx-lmbx7 <7.5-8.5> qx-lmbx8
<8.5-9.5> qx-lmbx9 <9.5-11> qx-lmbx10
<11-> qx-lmbx12
}{}
\DeclareFontShape{QX}{lmr}{bx}{it}
{<-> qx-lmbxi10}{}
\DeclareFontShape{QX}{lmr}{bx}{sl}
{<-> qx-lmbxo10}{}
\endinput
%%
%% End of file `qxlmr.fd'.
|