blob: e597e665907312e55fe9d3cd3a062e7d3aed9e6d (
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
|
% This file belongs to the Latin Modern package. The work is released
% under the GUST Font License. See the MANIFEST-Latin-Modern.txt and
% README-Latin-Modern.txt 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{t5lmss.fd}[2009/10/30 v1.6 Font defs for Latin Modern]
\DeclareFontFamily{T5}{lmss}{}
\DeclareFontShape{T5}{lmss}{m}{n}
{<-8.5> t5-lmss8
<8.5-9.5> t5-lmss9 <9.5-11> t5-lmss10
<11-15.5> t5-lmss12 <15.5-> t5-lmss17
}{}
\DeclareFontShape{T5}{lmss}{m}{it}
{<->ssub*lmss/m/sl}{}
\DeclareFontShape{T5}{lmss}{m}{sl}
{<-8.5> t5-lmsso8
<8.5-9.5> t5-lmsso9 <9.5-11> t5-lmsso10
<11-15.5> t5-lmsso12 <15.5-> t5-lmsso17
}{}
%%%%%%% Font/shape undefined, therefore substituted
\DeclareFontShape{T5}{lmss}{m}{sc}
{<->sub*lmr/m/sc}{}
\DeclareFontShape{T5}{lmss}{b}{n}
{<->ssub * lmss/bx/n}{}
\DeclareFontShape{T5}{lmss}{b}{sl}
{<->ssub * lmss/bx/sl}{}
\DeclareFontShape{T5}{lmss}{b}{it}
{<->ssub * lmss/bx/it}{}
%%%%%%%% semibold condensed series
\DeclareFontShape{T5}{lmss}{sbc}{n}
{<-> t5-lmssdc10}{}
\DeclareFontShape{T5}{lmss}{sbc}{sl}
{<-> t5-lmssdo10}{}
\DeclareFontShape{T5}{lmss}{sbc}{it}
{<->ssub*lmss/sbc/sl}{}
%%%%%%%%% bold extended series
\DeclareFontShape{T5}{lmss}{bx}{n}
{<-> t5-lmssbx10}{}
\DeclareFontShape{T5}{lmss}{bx}{sl}
{<-> t5-lmssbo10}{}
\DeclareFontShape{T5}{lmss}{bx}{it}
{<->ssub*lmss/bx/sl}{}
\endinput
%%
%% End of file `t5lmss.fd'.
|