summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lm/ly1lmtt.fd
blob: 8205604362d8cfdb0bc02a9c969d2e2cfd935f7f (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
% 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{ly1lmtt.fd}[2015/05/01 v1.6.1 Font defs for Latin Modern]
\DeclareFontFamily{LY1}{lmtt}{\hyphenchar \font\m@ne}

\ifx\lmtt@use@light@as@normal\@empty
% macro defined, so we use the light variant as medium (m), and
% medium as semi-bold (sb):
\DeclareFontShape{LY1}{lmtt}{sb}{n}
     {<-8.5>   texnansi-lmtt8     <8.5-9.5> texnansi-lmtt9
      <9.5-11> texnansi-lmtt10    <11->     texnansi-lmtt12
      }{}
\DeclareFontShape{LY1}{lmtt}{sb}{it}
     {<-> texnansi-lmtti10}{}
\DeclareFontShape{LY1}{lmtt}{sb}{sl}
     {<-> texnansi-lmtto10}{}
\DeclareFontShape{LY1}{lmtt}{sb}{sc}
     {<-> texnansi-lmtcsc10}{}
\DeclareFontShape{LY1}{lmtt}{sb}{scsl}
     {<-> texnansi-lmtcso10}{}
%%%%%%%% light (l), light condensed (lc), and dark (b) variants:
\DeclareFontShape{LY1}{lmtt}{m}{n}
     {<-> texnansi-lmtl10}{}
\DeclareFontShape{LY1}{lmtt}{m}{it}
     {<->sub*lmtt/m/sl}{}
\DeclareFontShape{LY1}{lmtt}{m}{sl}
     {<-> texnansi-lmtlo10}{}
\DeclareFontShape{LY1}{lmtt}{c}{n}
     {<-> texnansi-lmtlc10}{}
\DeclareFontShape{LY1}{lmtt}{c}{it}
     {<->sub*lmtt/c/sl}{}
\DeclareFontShape{LY1}{lmtt}{c}{sl}
     {<-> texnansi-lmtlco10}{}
\else
% usual setup of variants:
\DeclareFontShape{LY1}{lmtt}{m}{n}
     {<-8.5>   texnansi-lmtt8     <8.5-9.5> texnansi-lmtt9
      <9.5-11> texnansi-lmtt10    <11->     texnansi-lmtt12
      }{}
\DeclareFontShape{LY1}{lmtt}{m}{it}
     {<-> texnansi-lmtti10}{}
\DeclareFontShape{LY1}{lmtt}{m}{sl}
     {<-> texnansi-lmtto10}{}
\DeclareFontShape{LY1}{lmtt}{m}{sc}
     {<-> texnansi-lmtcsc10}{}
\DeclareFontShape{LY1}{lmtt}{m}{scsl}
     {<-> texnansi-lmtcso10}{}
%%%%%%%% light (l), light condensed (lc), and dark (b) variants:
\DeclareFontShape{LY1}{lmtt}{l}{n}
     {<-> texnansi-lmtl10}{}
\DeclareFontShape{LY1}{lmtt}{l}{it}
     {<->sub*lmtt/l/sl}{}
\DeclareFontShape{LY1}{lmtt}{l}{sl}
     {<-> texnansi-lmtlo10}{}
\DeclareFontShape{LY1}{lmtt}{lc}{n}
     {<-> texnansi-lmtlc10}{}
\DeclareFontShape{LY1}{lmtt}{lc}{it}
     {<->sub*lmtt/lc/sl}{}
\DeclareFontShape{LY1}{lmtt}{lc}{sl}
     {<-> texnansi-lmtlco10}{}
\fi
% bold is always bold (b):
\DeclareFontShape{LY1}{lmtt}{b}{n}
     {<-> texnansi-lmtk10}{}
\DeclareFontShape{LY1}{lmtt}{b}{it}
     {<->sub*lmtt/b/sl}{}
\DeclareFontShape{LY1}{lmtt}{b}{sl}
{<-> texnansi-lmtko10}{}
\DeclareFontShape{LY1}{lmtt}{bx}{it}
     {<->sub*lmtt/b/sl}{}
\DeclareFontShape{LY1}{lmtt}{bx}{n}
     {<->ssub*lmtt/b/n}{}
\DeclareFontShape{LY1}{lmtt}{bx}{sl}
     {<->ssub*lmtt/b/sl}{}
\endinput
%%
%% End of file `ly1lmtt.fd'.