blob: 997f457d23447eb2043630723e86d29fdcfae259 (
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
|
\ProvidesFile{ts1lmtt.fd}[2005/08/29 v1.2 Font defs for Latin Modern]
\DeclareFontFamily{TS1}{lmtt}{\hyphenchar \font\m@ne}
\DeclareFontShape{TS1}{lmtt}{m}{n}
{<-8.5> ts1-lmtt8 <8.5-9.5> ts1-lmtt9
<9.5-11> ts1-lmtt10 <11-> ts1-lmtt12
}{}
\DeclareFontShape{TS1}{lmtt}{m}{it}
{<-> ts1-lmtti10}{}
\DeclareFontShape{TS1}{lmtt}{m}{sl}
{<-> ts1-lmtto10}{}
\DeclareFontShape{TS1}{lmtt}{m}{sc}
{<-> ts1-lmtcsc10}{}
\DeclareFontShape{TS1}{lmtt}{m}{scsl}
{<-> ts1-lmtcso10}{}
%%%%%%%% light (lt), light condensed (lc), and dark (dk) variants:
\DeclareFontShape{TS1}{lmtt}{lt}{n}
{<-> ts1-lmtl10}{}
\DeclareFontShape{TS1}{lmtt}{lt}{sl}
{<-> ts1-lmtlo10}{}
\DeclareFontShape{TS1}{lmtt}{lc}{n}
{<-> ts1-lmtlc10}{}
\DeclareFontShape{TS1}{lmtt}{lc}{sl}
{<-> ts1-lmtlco10}{}
\DeclareFontShape{TS1}{lmtt}{dk}{n}
{<-> ts1-lmtk10}{}
\DeclareFontShape{TS1}{lmtt}{dk}{sl}
{<-> ts1-lmtko10}{}
\DeclareFontShape{TS1}{lmtt}{bx}{n}
{<->sub*lmtt/dk/n}{}
\DeclareFontShape{TS1}{lmtt}{bx}{it}
{<->sub*lmtt/dk/sl}{}
\DeclareFontShape{TS1}{lmtt}{bx}{sl}
{<->sub*lmtt/dk/sl}{}
\endinput
%%
%% End of file `ts1lmtt.fd'.
|