diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lm/qxlmtt.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/lm/qxlmtt.fd | 46 |
1 files changed, 40 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/lm/qxlmtt.fd b/Master/texmf-dist/tex/latex/lm/qxlmtt.fd index cfbb8c39416..72695fa9cd8 100644 --- a/Master/texmf-dist/tex/latex/lm/qxlmtt.fd +++ b/Master/texmf-dist/tex/latex/lm/qxlmtt.fd @@ -1,11 +1,43 @@ -% This file belongs to the Latin Modern package. The work is released under -% the GUST Font License. See the MANIFEST.txt and README.eng 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 +% 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{qxlmtt.fd}[2007/01/14 v1.3 Font defs for Latin Modern] +\ProvidesFile{qxlmtt.fd}[2009/08/12 v1.4 Font defs for Latin Modern] \DeclareFontFamily{QX}{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{QX}{lmtt}{sb}{n} + {<-8.5> qx-lmtt8 <8.5-9.5> qx-lmtt9 + <9.5-11> qx-lmtt10 <11-> qx-lmtt12 + }{} +\DeclareFontShape{QX}{lmtt}{sb}{it} +{<-> qx-lmtti10}{} +\DeclareFontShape{QX}{lmtt}{sb}{sl} +{<-> qx-lmtto10}{} +\DeclareFontShape{QX}{lmtt}{sb}{sc} +{<-> qx-lmtcsc10}{} +\DeclareFontShape{QX}{lmtt}{sb}{scsl} +{<-> qx-lmtcso10}{} +%%%%%%%% light (l), light condensed (lc), and dark (b) variants: +\DeclareFontShape{QX}{lmtt}{m}{n} +{<-> qx-lmtl10}{} +\DeclareFontShape{QX}{lmtt}{m}{it} + {<->sub*lmtt/l/sl}{} +\DeclareFontShape{QX}{lmtt}{m}{sl} +{<-> qx-lmtlo10}{} +\DeclareFontShape{QX}{lmtt}{c}{n} +{<-> qx-lmtlc10}{} +\DeclareFontShape{QX}{lmtt}{c}{it} + {<->sub*lmtt/lc/sl}{} +\DeclareFontShape{QX}{lmtt}{c}{sl} +{<-> qx-lmtlco10}{} + +\else +% usual setup of variants: \DeclareFontShape{QX}{lmtt}{m}{n} {<-8.5> qx-lmtt8 <8.5-9.5> qx-lmtt9 <9.5-11> qx-lmtt10 <11-> qx-lmtt12 @@ -31,6 +63,8 @@ {<->sub*lmtt/lc/sl}{} \DeclareFontShape{QX}{lmtt}{lc}{sl} {<-> qx-lmtlco10}{} +\fi +% bold is always bold (b): \DeclareFontShape{QX}{lmtt}{b}{n} {<-> qx-lmtk10}{} \DeclareFontShape{QX}{lmtt}{b}{it} |