blob: 63a3cf21cb29e2f7f4fca1f4edfca79c6174bb46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
%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{omlmlmm.fd}[2021/01/11 v1.0 Font defs for mlmodern]
\DeclareFontFamily{OML}{mlmm}{\skewchar\font127 }
\DeclareFontShape{OML}{mlmm}{m}{it}%
{<-5.5> mlmmi5 <5.5-6.5> mlmmi6
<6.5-7.5> mlmmi7 <7.5-8.5> mlmmi8
<8.5-9.5> mlmmi9 <9.5-11> mlmmi10
<11-> mlmmi12
}{}
\DeclareFontShape{OML}{mlmm}{b}{it}{%
<-6> mlmmib5
<6-8> mlmmib7
<8-> mlmmib10
}{}
\DeclareFontShape{OML}{mlmm}{bx}{it}%
{<->ssub*mlmm/b/it}{}
\endinput
%%
%% End of file `omlmlmm.fd'.
|