diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mlmodern/il2mlmss.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/mlmodern/il2mlmss.fd | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mlmodern/il2mlmss.fd b/Master/texmf-dist/tex/latex/mlmodern/il2mlmss.fd new file mode 100644 index 00000000000..caf917855fe --- /dev/null +++ b/Master/texmf-dist/tex/latex/mlmodern/il2mlmss.fd @@ -0,0 +1,50 @@ +%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{il2mlmss.fd}[2021/01/11 v1.0 Font defs for mlmodern] +\DeclareFontFamily{IL2}{mlmss}{} +\DeclareFontShape{IL2}{mlmss}{m}{n} + {<-8.5> cs-mlmss8 + <8.5-9.5> cs-mlmss9 <9.5-11> cs-mlmss10 + <11-15.5> cs-mlmss12 <15.5-> cs-mlmss17 + }{} +\DeclareFontShape{IL2}{mlmss}{m}{it} + {<->ssub*mlmss/m/sl}{} +\DeclareFontShape{IL2}{mlmss}{m}{sl} + {<-8.5> cs-mlmsso8 + <8.5-9.5> cs-mlmsso9 <9.5-11> cs-mlmsso10 + <11-15.5> cs-mlmsso12 <15.5-> cs-mlmsso17 + }{} +%%%%%%% Font/shape undefined, therefore substituted +\DeclareFontShape{IL2}{mlmss}{m}{sc} + {<->sub*mlmr/m/sc}{} +\DeclareFontShape{IL2}{mlmss}{b}{n} + {<->ssub * mlmss/bx/n}{} +\DeclareFontShape{IL2}{mlmss}{b}{sl} + {<->ssub * mlmss/bx/sl}{} +\DeclareFontShape{IL2}{mlmss}{b}{it} + {<->ssub * mlmss/bx/it}{} +%%%%%%%% semibold condensed series +\DeclareFontShape{IL2}{mlmss}{sbc}{n} + {<-> cs-mlmssdc10}{} +\DeclareFontShape{IL2}{mlmss}{sbc}{sl} + {<-> cs-mlmssdo10}{} +\DeclareFontShape{IL2}{mlmss}{sbc}{it} + {<->ssub*mlmss/sbc/sl}{} +%%%%%%%%% bold extended series +\DeclareFontShape{IL2}{mlmss}{bx}{n} + {<-> cs-mlmssbx10}{} +\DeclareFontShape{IL2}{mlmss}{bx}{sl} + {<-> cs-mlmssbo10}{} +\DeclareFontShape{IL2}{mlmss}{bx}{it} + {<->ssub*mlmss/bx/sl}{} +\endinput +%% +%% End of file `il2mlmss.fd'. |