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/t1lmvtt.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/t1lmvtt.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/lm/t1lmvtt.fd | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/lm/t1lmvtt.fd b/Master/texmf-dist/tex/latex/lm/t1lmvtt.fd index a9f98a15e36..d5f1a23d34d 100644 --- a/Master/texmf-dist/tex/latex/lm/t1lmvtt.fd +++ b/Master/texmf-dist/tex/latex/lm/t1lmvtt.fd @@ -1,18 +1,36 @@ -\ProvidesFile{t1lmvtt.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{t1lmvtt.fd}[2006/04/24 v1.2 Font defs for Latin Modern] \DeclareFontFamily{T1}{lmvtt}{\hyphenchar \font\m@ne} \DeclareFontShape{T1}{lmvtt}{m}{n} {<-> ec-lmvtt10}{} \DeclareFontShape{T1}{lmvtt}{m}{sl} {<-> ec-lmvtto10}{} -%%%%%%%% light (lt) and dark (dk) variants: -\DeclareFontShape{T1}{lmvtt}{lt}{n} +\DeclareFontShape{T1}{lmvtt}{m}{it} + {<->sub*lmvtt/m/sl}{} +%%%%%%%% light (l) and dark (b) variants: +\DeclareFontShape{T1}{lmvtt}{l}{n} {<-> ec-lmvtl10}{} -\DeclareFontShape{T1}{lmvtt}{lt}{sl} +\DeclareFontShape{T1}{lmvtt}{l}{sl} {<-> ec-lmvtlo10}{} -\DeclareFontShape{T1}{lmvtt}{dk}{n} +\DeclareFontShape{T1}{lmvtt}{l}{it} + {<->sub*lmvtt/l/sl}{} +\DeclareFontShape{T1}{lmvtt}{b}{n} {<-> ec-lmvtk10}{} -\DeclareFontShape{T1}{lmvtt}{dk}{sl} +\DeclareFontShape{T1}{lmvtt}{b}{sl} {<-> ec-lmvtko10}{} +\DeclareFontShape{T1}{lmvtt}{b}{it} + {<->sub*lmvtt/b/sl}{} +\DeclareFontShape{T1}{lmvtt}{bx}{n} + {<->ssub*lmvtt/b/n}{} +\DeclareFontShape{T1}{lmvtt}{bx}{sl} + {<->ssub*lmvtt/b/sl}{} +\DeclareFontShape{T1}{lmvtt}{bx}{it} + {<->sub*lmvtt/b/sl}{} \endinput %% %% End of file `t1lmvtt.fd'. |