summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mlmodern/l7xmlmvtt.fd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-12 21:23:16 +0000
committerKarl Berry <karl@freefriends.org>2021-01-12 21:23:16 +0000
commitf457b191c09c01b2daa0aa5662cdce782b0fde96 (patch)
tree83cae64158f6f8484c5aaedf21ff2af7dfdd1ad3 /Master/texmf-dist/tex/latex/mlmodern/l7xmlmvtt.fd
parent3dde4820debda1c2add0b0812da051b89b422aac (diff)
mlmodern (12jan21)
git-svn-id: svn://tug.org/texlive/trunk@57399 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mlmodern/l7xmlmvtt.fd')
-rw-r--r--Master/texmf-dist/tex/latex/mlmodern/l7xmlmvtt.fd62
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mlmodern/l7xmlmvtt.fd b/Master/texmf-dist/tex/latex/mlmodern/l7xmlmvtt.fd
new file mode 100644
index 00000000000..ea4616b367f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/mlmodern/l7xmlmvtt.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{l7xmlmvtt.fd}[2021/01/11 v1.0 Font defs for mlmodern]
+\DeclareFontFamily{L7x}{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{L7x}{mlmvtt}{sb}{n}
+ {<-> l7x-mlmvtt10}{}
+\DeclareFontShape{L7x}{mlmvtt}{sb}{sl}
+ {<-> l7x-mlmvtto10}{}
+\DeclareFontShape{L7x}{mlmvtt}{sb}{it}
+ {<->sub*mlmvtt/m/sl}{}
+%%%%%%%% light (l) and dark (b) variants:
+\DeclareFontShape{L7x}{mlmvtt}{m}{n}
+ {<-> l7x-mlmvtl10}{}
+\DeclareFontShape{L7x}{mlmvtt}{m}{sl}
+ {<-> l7x-mlmvtlo10}{}
+\DeclareFontShape{L7x}{mlmvtt}{m}{it}
+ {<->sub*mlmvtt/l/sl}{}
+
+\else
+% usual setup of variants:
+\DeclareFontShape{L7x}{mlmvtt}{m}{n}
+ {<-> l7x-mlmvtt10}{}
+\DeclareFontShape{L7x}{mlmvtt}{m}{sl}
+ {<-> l7x-mlmvtto10}{}
+\DeclareFontShape{L7x}{mlmvtt}{m}{it}
+ {<->sub*mlmvtt/m/sl}{}
+%%%%%%%% light (l) and dark (b) variants:
+\DeclareFontShape{L7x}{mlmvtt}{l}{n}
+ {<-> l7x-mlmvtl10}{}
+\DeclareFontShape{L7x}{mlmvtt}{l}{sl}
+ {<-> l7x-mlmvtlo10}{}
+\DeclareFontShape{L7x}{mlmvtt}{l}{it}
+ {<->sub*mlmvtt/l/sl}{}
+\fi
+% bold is always bold (b):
+\DeclareFontShape{L7x}{mlmvtt}{b}{n}
+ {<-> l7x-mlmvtk10}{}
+\DeclareFontShape{L7x}{mlmvtt}{b}{sl}
+ {<-> l7x-mlmvtko10}{}
+\DeclareFontShape{L7x}{mlmvtt}{b}{it}
+ {<->sub*mlmvtt/b/sl}{}
+\DeclareFontShape{L7x}{mlmvtt}{bx}{n}
+ {<->ssub*mlmvtt/b/n}{}
+\DeclareFontShape{L7x}{mlmvtt}{bx}{sl}
+ {<->ssub*mlmvtt/b/sl}{}
+\DeclareFontShape{L7x}{mlmvtt}{bx}{it}
+ {<->sub*mlmvtt/b/sl}{}
+\endinput
+%%
+%% End of file `l7xmlmvtt.fd'.