summaryrefslogtreecommitdiff
path: root/fonts/lm/tex/latex/lm/l7xlmvtt.fd
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/lm/tex/latex/lm/l7xlmvtt.fd')
-rw-r--r--fonts/lm/tex/latex/lm/l7xlmvtt.fd58
1 files changed, 58 insertions, 0 deletions
diff --git a/fonts/lm/tex/latex/lm/l7xlmvtt.fd b/fonts/lm/tex/latex/lm/l7xlmvtt.fd
new file mode 100644
index 0000000000..bce35317ea
--- /dev/null
+++ b/fonts/lm/tex/latex/lm/l7xlmvtt.fd
@@ -0,0 +1,58 @@
+% 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{l7xlmvtt.fd}[2009/10/30 v1.6 Font defs for Latin Modern]
+\DeclareFontFamily{L7x}{lmvtt}{}
+
+\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{L7x}{lmvtt}{sb}{n}
+ {<-> l7x-lmvtt10}{}
+\DeclareFontShape{L7x}{lmvtt}{sb}{sl}
+ {<-> l7x-lmvtto10}{}
+\DeclareFontShape{L7x}{lmvtt}{sb}{it}
+ {<->sub*lmvtt/m/sl}{}
+%%%%%%%% light (l) and dark (b) variants:
+\DeclareFontShape{L7x}{lmvtt}{m}{n}
+ {<-> l7x-lmvtl10}{}
+\DeclareFontShape{L7x}{lmvtt}{m}{sl}
+ {<-> l7x-lmvtlo10}{}
+\DeclareFontShape{L7x}{lmvtt}{m}{it}
+ {<->sub*lmvtt/l/sl}{}
+
+\else
+% usual setup of variants:
+\DeclareFontShape{L7x}{lmvtt}{m}{n}
+ {<-> l7x-lmvtt10}{}
+\DeclareFontShape{L7x}{lmvtt}{m}{sl}
+ {<-> l7x-lmvtto10}{}
+\DeclareFontShape{L7x}{lmvtt}{m}{it}
+ {<->sub*lmvtt/m/sl}{}
+%%%%%%%% light (l) and dark (b) variants:
+\DeclareFontShape{L7x}{lmvtt}{l}{n}
+ {<-> l7x-lmvtl10}{}
+\DeclareFontShape{L7x}{lmvtt}{l}{sl}
+ {<-> l7x-lmvtlo10}{}
+\DeclareFontShape{L7x}{lmvtt}{l}{it}
+ {<->sub*lmvtt/l/sl}{}
+\fi
+% bold is always bold (b):
+\DeclareFontShape{L7x}{lmvtt}{b}{n}
+ {<-> l7x-lmvtk10}{}
+\DeclareFontShape{L7x}{lmvtt}{b}{sl}
+ {<-> l7x-lmvtko10}{}
+\DeclareFontShape{L7x}{lmvtt}{b}{it}
+ {<->sub*lmvtt/b/sl}{}
+\DeclareFontShape{L7x}{lmvtt}{bx}{n}
+ {<->ssub*lmvtt/b/n}{}
+\DeclareFontShape{L7x}{lmvtt}{bx}{sl}
+ {<->ssub*lmvtt/b/sl}{}
+\DeclareFontShape{L7x}{lmvtt}{bx}{it}
+ {<->sub*lmvtt/b/sl}{}
+\endinput
+%%
+%% End of file `l7xlmvtt.fd'.