diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-05-20 02:47:11 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-05-20 02:47:11 +0000 |
commit | 3472586f692835814d02a40bd21b48d4c3947475 (patch) | |
tree | ca0b83a52fe1809e441e76f3376ac26ca8cc08b3 /Master/texmf-dist/tex/latex/lm/qxlmtt.fd | |
parent | bd1e040bd2cc5b54666c7f225a8e9a154ec61cda (diff) |
lm 1.00 update
git-svn-id: svn://tug.org/texlive/trunk@1581 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lm/qxlmtt.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/lm/qxlmtt.fd | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/lm/qxlmtt.fd b/Master/texmf-dist/tex/latex/lm/qxlmtt.fd index 29a7c4e8f70..75da81fad2e 100644 --- a/Master/texmf-dist/tex/latex/lm/qxlmtt.fd +++ b/Master/texmf-dist/tex/latex/lm/qxlmtt.fd @@ -1,4 +1,10 @@ -\ProvidesFile{qxlmtt.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{qxlmtt.fd}[2006/04/24 v1.2 Font defs for Latin Modern] \DeclareFontFamily{QX}{lmtt}{\hyphenchar \font\m@ne} \DeclareFontShape{QX}{lmtt}{m}{n} {<-8.5> qx-lmtt8 <8.5-9.5> qx-lmtt9 @@ -12,25 +18,31 @@ {<-> qx-lmtcsc10}{} \DeclareFontShape{QX}{lmtt}{m}{scsl} {<-> qx-lmtcso10}{} -%%%%%%%% light (lt), light condensed (lc), and dark (dk) variants: -\DeclareFontShape{QX}{lmtt}{lt}{n} +%%%%%%%% light (l), light condensed (lc), and dark (b) variants: +\DeclareFontShape{QX}{lmtt}{l}{n} {<-> qx-lmtl10}{} -\DeclareFontShape{QX}{lmtt}{lt}{sl} +\DeclareFontShape{QX}{lmtt}{l}{it} + {<->sub*lmtt/l/sl}{} +\DeclareFontShape{QX}{lmtt}{l}{sl} {<-> qx-lmtlo10}{} \DeclareFontShape{QX}{lmtt}{lc}{n} {<-> qx-lmtlc10}{} +\DeclareFontShape{QX}{lmtt}{lc}{it} + {<->sub*lmtt/lc/sl}{} \DeclareFontShape{QX}{lmtt}{lc}{sl} {<-> qx-lmtlco10}{} -\DeclareFontShape{QX}{lmtt}{dk}{n} +\DeclareFontShape{QX}{lmtt}{b}{n} {<-> qx-lmtk10}{} -\DeclareFontShape{QX}{lmtt}{dk}{sl} +\DeclareFontShape{QX}{lmtt}{b}{it} + {<->sub*lmtt/b/sl}{} +\DeclareFontShape{QX}{lmtt}{b}{sl} {<-> qx-lmtko10}{} -\DeclareFontShape{QX}{lmtt}{bx}{n} - {<->sub*lmtt/dk/n}{} \DeclareFontShape{QX}{lmtt}{bx}{it} - {<->sub*lmtt/dk/sl}{} + {<->sub*lmtt/b/sl}{} +\DeclareFontShape{QX}{lmtt}{bx}{n} + {<->ssub*lmtt/b/n}{} \DeclareFontShape{QX}{lmtt}{bx}{sl} - {<->sub*lmtt/dk/sl}{} + {<->ssub*lmtt/b/sl}{} \endinput %% %% End of file `qxlmtt.fd'. |