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/ot4zlmvtt.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/ot4zlmvtt.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/zlmtt/ot4zlmvtt.fd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/zlmtt/ot4zlmvtt.fd b/Master/texmf-dist/tex/latex/zlmtt/ot4zlmvtt.fd new file mode 100644 index 00000000000..5b4ee00462c --- /dev/null +++ b/Master/texmf-dist/tex/latex/zlmtt/ot4zlmvtt.fd @@ -0,0 +1,38 @@ +\ProvidesFile{ot4zlmvtt.fd}[2014/02/07 v1.0 Alternate font definitions for Latin Modern Typewriter, Michael Sharpe] +\DeclareFontFamily{OT4}{zlmvtt}{} + +\expandafter\ifx\csname zlmtt@scale\endcsname\relax + \let\zlmtt@@scale\@empty +\else + \edef\zlmtt@@scale{s*[\zlmtt@scale]}% +\fi + +\DeclareFontShape{OT4}{zlmvtt}{m}{n} + {<-> \zlmtt@@scale rm-lmvtt10}{} +\DeclareFontShape{OT4}{zlmvtt}{m}{sl} + {<-> \zlmtt@@scale rm-lmvtto10}{} +\DeclareFontShape{OT4}{zlmvtt}{m}{it} + {<->sub*zlmvtt/m/sl}{} +% +\DeclareFontShape{OT4}{zlmvtt}{l}{n} + {<-> \zlmtt@@scale rm-lmvtl10}{} +\DeclareFontShape{OT4}{zlmvtt}{l}{sl} + {<-> \zlmtt@@scale rm-lmvtlo10}{} +\DeclareFontShape{OT4}{zlmvtt}{l}{it} + {<->sub*zlmvtt/l/sl}{} +% +\DeclareFontShape{OT4}{zlmvtt}{b}{n} + {<-> \zlmtt@@scale rm-lmvtk10}{} +\DeclareFontShape{OT4}{zlmvtt}{b}{sl} + {<-> \zlmtt@@scale rm-lmvtko10}{} +\DeclareFontShape{OT4}{zlmvtt}{b}{it} + {<->sub*zlmvtt/b/sl}{} +\DeclareFontShape{OT4}{zlmvtt}{bx}{n} + {<->ssub*zlmvtt/b/n}{} +\DeclareFontShape{OT4}{zlmvtt}{bx}{sl} + {<->ssub*zlmvtt/b/sl}{} +\DeclareFontShape{OT4}{zlmvtt}{bx}{it} + {<->sub*zlmvtt/b/sl}{} +\endinput +%% +%% End of file `ot4zlmvtt.fd'. |