diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lm/t1lmtt.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/lm/t1lmtt.fd | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/lm/t1lmtt.fd b/Master/texmf-dist/tex/latex/lm/t1lmtt.fd index 4c22bafbf43..583408c39bd 100644 --- a/Master/texmf-dist/tex/latex/lm/t1lmtt.fd +++ b/Master/texmf-dist/tex/latex/lm/t1lmtt.fd @@ -1,4 +1,10 @@ -\ProvidesFile{t1lmtt.fd}[2005/08/29 v1.2 Font defs for Latin Modern] +% This file belongs to the Latin Modern package. The work is released under +% the GUST Font Source 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-SOURCE-LICENSE.txt or +% http://tug.org/fonts/licenses/GUST-FONT-SOURCE-LICENSE.txt + +\ProvidesFile{t1lmtt.fd}[2006/04/24 v1.2 Font defs for Latin Modern] \DeclareFontFamily{T1}{lmtt}{\hyphenchar \font\m@ne} \DeclareFontShape{T1}{lmtt}{m}{n} {<-8.5> ec-lmtt8 <8.5-9.5> ec-lmtt9 @@ -12,25 +18,31 @@ {<-> ec-lmtcsc10}{} \DeclareFontShape{T1}{lmtt}{m}{scsl} {<-> ec-lmtcso10}{} -%%%%%%%% light (lt), light condensed (lc), and dark (dk) variants: -\DeclareFontShape{T1}{lmtt}{lt}{n} +%%%%%%%% light (l), light condensed (lc), and dark (b) variants: +\DeclareFontShape{T1}{lmtt}{l}{n} {<-> ec-lmtl10}{} -\DeclareFontShape{T1}{lmtt}{lt}{sl} +\DeclareFontShape{T1}{lmtt}{l}{it} + {<->sub*lmtt/l/sl}{} +\DeclareFontShape{T1}{lmtt}{l}{sl} {<-> ec-lmtlo10}{} \DeclareFontShape{T1}{lmtt}{lc}{n} {<-> ec-lmtlc10}{} +\DeclareFontShape{T1}{lmtt}{lc}{it} + {<->sub*lmtt/lc/sl}{} \DeclareFontShape{T1}{lmtt}{lc}{sl} {<-> ec-lmtlco10}{} -\DeclareFontShape{T1}{lmtt}{dk}{n} +\DeclareFontShape{T1}{lmtt}{b}{n} {<-> ec-lmtk10}{} -\DeclareFontShape{T1}{lmtt}{dk}{sl} +\DeclareFontShape{T1}{lmtt}{b}{it} + {<->sub*lmtt/b/sl}{} +\DeclareFontShape{T1}{lmtt}{b}{sl} {<-> ec-lmtko10}{} -\DeclareFontShape{T1}{lmtt}{bx}{n} - {<->sub*lmtt/dk/n}{} \DeclareFontShape{T1}{lmtt}{bx}{it} - {<->sub*lmtt/dk/sl}{} + {<->sub*lmtt/b/sl}{} +\DeclareFontShape{T1}{lmtt}{bx}{n} + {<->ssub*lmtt/b/n}{} \DeclareFontShape{T1}{lmtt}{bx}{sl} - {<->sub*lmtt/dk/sl}{} + {<->ssub*lmtt/b/sl}{} \endinput %% %% End of file `t1lmtt.fd'. |