diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mlmodern/ot4mlmvtt.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/mlmodern/ot4mlmvtt.fd | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mlmodern/ot4mlmvtt.fd b/Master/texmf-dist/tex/latex/mlmodern/ot4mlmvtt.fd new file mode 100644 index 00000000000..8f85919f598 --- /dev/null +++ b/Master/texmf-dist/tex/latex/mlmodern/ot4mlmvtt.fd @@ -0,0 +1,62 @@ +%This package provides support for the mlmodern fonts. See mlmodern.pdf +%for more information. +%This work may be distributed and/or modified under the conditions +%of the LaTeX Project Public License, either version 1.3c of this +%license or (at your option) any later version. +%Copyright 2003--2009 by B. Jackowski and J.M. Nowacki. +%Copyright 2021 by Daniel Benjamin Miller. +%This work has the LPPL maintenance status "maintained". +%The Current Maintainer of this work is Daniel Benjamin Miller. + +\ProvidesFile{ot4mlmvtt.fd}[2021/01/11 v1.0 Font defs for mlmodern] +\DeclareFontFamily{OT4}{mlmvtt}{} + +\ifx\mlmtt@use@light@as@normal\@empty +% macro defined, so we use the light variant as medium (m), and +% medium as semi-bold (sb): +\DeclareFontShape{OT4}{mlmvtt}{sb}{n} + {<-> rm-mlmvtt10}{} +\DeclareFontShape{OT4}{mlmvtt}{sb}{sl} + {<-> rm-mlmvtto10}{} +\DeclareFontShape{OT4}{mlmvtt}{sb}{it} + {<->sub*mlmvtt/m/sl}{} +%%%%%%%% light (l) and dark (b) variants: +\DeclareFontShape{OT4}{mlmvtt}{m}{n} + {<-> rm-mlmvtl10}{} +\DeclareFontShape{OT4}{mlmvtt}{m}{sl} + {<-> rm-mlmvtlo10}{} +\DeclareFontShape{OT4}{mlmvtt}{m}{it} + {<->sub*mlmvtt/l/sl}{} + +\else +% usual setup of variants: +\DeclareFontShape{OT4}{mlmvtt}{m}{n} + {<-> rm-mlmvtt10}{} +\DeclareFontShape{OT4}{mlmvtt}{m}{sl} + {<-> rm-mlmvtto10}{} +\DeclareFontShape{OT4}{mlmvtt}{m}{it} + {<->sub*mlmvtt/m/sl}{} +%%%%%%%% light (l) and dark (b) variants: +\DeclareFontShape{OT4}{mlmvtt}{l}{n} + {<-> rm-mlmvtl10}{} +\DeclareFontShape{OT4}{mlmvtt}{l}{sl} + {<-> rm-mlmvtlo10}{} +\DeclareFontShape{OT4}{mlmvtt}{l}{it} + {<->sub*mlmvtt/l/sl}{} +\fi +% bold is always bold (b): +\DeclareFontShape{OT4}{mlmvtt}{b}{n} + {<-> rm-mlmvtk10}{} +\DeclareFontShape{OT4}{mlmvtt}{b}{sl} + {<-> rm-mlmvtko10}{} +\DeclareFontShape{OT4}{mlmvtt}{b}{it} + {<->sub*mlmvtt/b/sl}{} +\DeclareFontShape{OT4}{mlmvtt}{bx}{n} + {<->ssub*mlmvtt/b/n}{} +\DeclareFontShape{OT4}{mlmvtt}{bx}{sl} + {<->ssub*mlmvtt/b/sl}{} +\DeclareFontShape{OT4}{mlmvtt}{bx}{it} + {<->sub*mlmvtt/b/sl}{} +\endinput +%% +%% End of file `ot4mlmvtt.fd'. |