diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:58:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:58:13 +0000 |
commit | 665b4c241d89f8871da6b3c9999f1c96f325e9aa (patch) | |
tree | e56d42d9e8f1c5b6c9d9f02d3a2317af486cb43f /Master/texmf-dist/tex/latex/lm/t1lmtt.fd | |
parent | 54bd2f24cdc4d57e45e56d1340a00ecf10ca4333 (diff) |
lm
git-svn-id: svn://tug.org/texlive/trunk@1049 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lm/t1lmtt.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/lm/t1lmtt.fd | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/lm/t1lmtt.fd b/Master/texmf-dist/tex/latex/lm/t1lmtt.fd new file mode 100644 index 00000000000..4c22bafbf43 --- /dev/null +++ b/Master/texmf-dist/tex/latex/lm/t1lmtt.fd @@ -0,0 +1,36 @@ +\ProvidesFile{t1lmtt.fd}[2005/08/29 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 + <9.5-11> ec-lmtt10 <11-> ec-lmtt12 + }{} +\DeclareFontShape{T1}{lmtt}{m}{it} +{<-> ec-lmtti10}{} +\DeclareFontShape{T1}{lmtt}{m}{sl} +{<-> ec-lmtto10}{} +\DeclareFontShape{T1}{lmtt}{m}{sc} +{<-> ec-lmtcsc10}{} +\DeclareFontShape{T1}{lmtt}{m}{scsl} +{<-> ec-lmtcso10}{} +%%%%%%%% light (lt), light condensed (lc), and dark (dk) variants: +\DeclareFontShape{T1}{lmtt}{lt}{n} +{<-> ec-lmtl10}{} +\DeclareFontShape{T1}{lmtt}{lt}{sl} +{<-> ec-lmtlo10}{} +\DeclareFontShape{T1}{lmtt}{lc}{n} +{<-> ec-lmtlc10}{} +\DeclareFontShape{T1}{lmtt}{lc}{sl} +{<-> ec-lmtlco10}{} +\DeclareFontShape{T1}{lmtt}{dk}{n} +{<-> ec-lmtk10}{} +\DeclareFontShape{T1}{lmtt}{dk}{sl} +{<-> ec-lmtko10}{} +\DeclareFontShape{T1}{lmtt}{bx}{n} + {<->sub*lmtt/dk/n}{} +\DeclareFontShape{T1}{lmtt}{bx}{it} + {<->sub*lmtt/dk/sl}{} +\DeclareFontShape{T1}{lmtt}{bx}{sl} + {<->sub*lmtt/dk/sl}{} +\endinput +%% +%% End of file `t1lmtt.fd'. |