summaryrefslogtreecommitdiff
path: root/fonts/lm/tex/latex/lm/t5lmtt.fd
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/lm/tex/latex/lm/t5lmtt.fd')
-rw-r--r--fonts/lm/tex/latex/lm/t5lmtt.fd81
1 files changed, 81 insertions, 0 deletions
diff --git a/fonts/lm/tex/latex/lm/t5lmtt.fd b/fonts/lm/tex/latex/lm/t5lmtt.fd
new file mode 100644
index 0000000000..8924b6c502
--- /dev/null
+++ b/fonts/lm/tex/latex/lm/t5lmtt.fd
@@ -0,0 +1,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{t5lmtt.fd}[2009/10/30 v1.6 Font defs for Latin Modern]
+\DeclareFontFamily{T5}{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{T5}{lmtt}{sb}{n}
+ {<-8.5> t5-lmtt8 <8.5-9.5> t5-lmtt9
+ <9.5-11> t5-lmtt10 <11-> t5-lmtt12
+ }{}
+\DeclareFontShape{T5}{lmtt}{sb}{it}
+ {<-> t5-lmtti10}{}
+\DeclareFontShape{T5}{lmtt}{sb}{sl}
+ {<-> t5-lmtto10}{}
+\DeclareFontShape{T5}{lmtt}{sb}{sc}
+ {<-> t5-lmtcsc10}{}
+\DeclareFontShape{T5}{lmtt}{sb}{scsl}
+ {<-> t5-lmtcso10}{}
+%%%%%%%% light (l), light condensed (lc), and dark (b) variants:
+\DeclareFontShape{T5}{lmtt}{m}{n}
+ {<-> t5-lmtl10}{}
+\DeclareFontShape{T5}{lmtt}{m}{it}
+ {<->sub*lmtt/l/sl}{}
+\DeclareFontShape{T5}{lmtt}{m}{sl}
+ {<-> t5-lmtlo10}{}
+\DeclareFontShape{T5}{lmtt}{c}{n}
+ {<-> t5-lmtlc10}{}
+\DeclareFontShape{T5}{lmtt}{c}{it}
+ {<->sub*lmtt/lc/sl}{}
+\DeclareFontShape{T5}{lmtt}{c}{sl}
+ {<-> t5-lmtlco10}{}
+\else
+% usual setup of variants:
+\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 (l), light condensed (lc), and dark (b) variants:
+\DeclareFontShape{T5}{lmtt}{l}{n}
+ {<-> t5-lmtl10}{}
+\DeclareFontShape{T5}{lmtt}{l}{it}
+ {<->sub*lmtt/l/sl}{}
+\DeclareFontShape{T5}{lmtt}{l}{sl}
+ {<-> t5-lmtlo10}{}
+\DeclareFontShape{T5}{lmtt}{lc}{n}
+ {<-> t5-lmtlc10}{}
+\DeclareFontShape{T5}{lmtt}{lc}{it}
+ {<->sub*lmtt/lc/sl}{}
+\DeclareFontShape{T5}{lmtt}{lc}{sl}
+ {<-> t5-lmtlco10}{}
+\fi
+% bold is always bold (b):
+\DeclareFontShape{T5}{lmtt}{b}{n}
+ {<-> t5-lmtk10}{}
+\DeclareFontShape{T5}{lmtt}{b}{it}
+ {<->sub*lmtt/b/sl}{}
+\DeclareFontShape{T5}{lmtt}{b}{sl}
+{<-> t5-lmtko10}{}
+\DeclareFontShape{T5}{lmtt}{bx}{it}
+ {<->sub*lmtt/b/sl}{}
+\DeclareFontShape{T5}{lmtt}{bx}{n}
+ {<->ssub*lmtt/b/n}{}
+\DeclareFontShape{T5}{lmtt}{bx}{sl}
+ {<->ssub*lmtt/b/sl}{}
+\endinput
+%%
+%% End of file `t5lmtt.fd'.