diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-16 23:16:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-16 23:16:06 +0000 |
commit | dbbdc5b07f63d0b3a4e2462c1fd9b0a9106f0724 (patch) | |
tree | 43553b1019f28b2d78ed679a6d2e94337d331cb8 /Master/texmf-dist/tex/latex/zlmtt/ot1zlmtt.fd | |
parent | 17fd382f7f98a235ad3f1c825cb5037d293e6f65 (diff) |
zlmtt
git-svn-id: svn://tug.org/texlive/trunk@32984 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/zlmtt/ot1zlmtt.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/zlmtt/ot1zlmtt.fd | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/zlmtt/ot1zlmtt.fd b/Master/texmf-dist/tex/latex/zlmtt/ot1zlmtt.fd new file mode 100644 index 00000000000..5eb96284909 --- /dev/null +++ b/Master/texmf-dist/tex/latex/zlmtt/ot1zlmtt.fd @@ -0,0 +1,52 @@ +\ProvidesFile{ot1zlmtt.fd}[2014/02/07 v1.0 Alternate font definitions for Latin Modern Typewriter, Michael Sharpe] +\DeclareFontFamily{OT1}{zlmtt}{\hyphenchar \font\m@ne} + +\expandafter\ifx\csname zlmtt@scale\endcsname\relax + \let\zlmtt@@scale\@empty +\else + \edef\zlmtt@@scale{s*[\zlmtt@scale]}% +\fi + +\DeclareFontShape{OT1}{zlmtt}{m}{n} + {<-8.5> \zlmtt@@scale rm-lmtt8 + <8.5-9.5> \zlmtt@@scale rm-lmtt9 + <9.5-11> \zlmtt@@scale rm-lmtt10 + <11-> \zlmtt@@scale rm-lmtt12 + }{} +\DeclareFontShape{OT1}{zlmtt}{m}{it} + {<-> \zlmtt@@scale rm-lmtti10}{} +\DeclareFontShape{OT1}{zlmtt}{m}{sl} + {<-> \zlmtt@@scale rm-lmtto10}{} +\DeclareFontShape{OT1}{zlmtt}{m}{sc} + {<-> \zlmtt@@scale rm-lmtcsc10}{} +\DeclareFontShape{OT1}{zlmtt}{m}{scsl} + {<-> \zlmtt@@scale rm-lmtcso10}{} +% +\DeclareFontShape{OT1}{zlmtt}{l}{n} + {<-> \zlmtt@@scale rm-lmtl10}{} +\DeclareFontShape{OT1}{zlmtt}{l}{it} + {<->sub*zlmtt/l/sl}{} +\DeclareFontShape{OT1}{zlmtt}{l}{sl} + {<-> \zlmtt@@scale rm-lmtlo10}{} +\DeclareFontShape{OT1}{zlmtt}{lc}{n} + {<-> \zlmtt@@scale rm-lmtlc10}{} +\DeclareFontShape{OT1}{zlmtt}{lc}{it} + {<->ssub*zlmtt/lc/sl}{} +\DeclareFontShape{OT1}{zlmtt}{lc}{sl} + {<-> \zlmtt@@scale rm-lmtlco10}{} +% +\DeclareFontShape{OT1}{zlmtt}{b}{n} + {<-> \zlmtt@@scale rm-lmtk10}{} +\DeclareFontShape{OT1}{zlmtt}{b}{it} + {<->ssub*zlmtt/b/sl}{} +\DeclareFontShape{OT1}{zlmtt}{b}{sl} +{<-> \zlmtt@@scale rm-lmtko10}{} +\DeclareFontShape{OT1}{zlmtt}{bx}{it} + {<->ssub*zlmtt/b/sl}{} +\DeclareFontShape{OT1}{zlmtt}{bx}{n} + {<->ssub*zlmtt/b/n}{} +\DeclareFontShape{OT1}{zlmtt}{bx}{sl} + {<->ssub*zlmtt/b/sl}{} +\endinput +%% +%% End of file `ot1zlmtt.fd'. |