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