summaryrefslogtreecommitdiff
path: root/fonts/mlmodern/latex/t1mlmr.fd
blob: 9656b40a919bb52b9a01ba5d6efe68ee998a35d5 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
%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{t1mlmr.fd}[2021/01/11 v1.0 Font defs for mlmodern]
\DeclareFontFamily{T1}{mlmr}{}
\DeclareFontShape{T1}{mlmr}{m}{n}%
     {<-5.5>    ec-mlmr5     <5.5-6.5> ec-mlmr6
      <6.5-7.5> ec-mlmr7     <7.5-8.5> ec-mlmr8
      <8.5-9.5> ec-mlmr9     <9.5-11>  ec-mlmr10
      <11-15>   ec-mlmr12
      <15-> ec-mlmr17
      }{}
\DeclareFontShape{T1}{mlmr}{m}{sl}%
     {<-8.5>    ec-mlmro8    <8.5-9.5> ec-mlmro9
      <9.5-11>  ec-mlmro10   <11-15>   ec-mlmro12
      <15-> ec-mlmro17
      }{}
\DeclareFontShape{T1}{mlmr}{m}{it}%
     {<-7.5>    ec-mlmri7
      <7.5-8.5> ec-mlmri8    <8.5-9.5> ec-mlmri9
      <9.5-11>  ec-mlmri10   <11->   ec-mlmri12
      }{}
\DeclareFontShape{T1}{mlmr}{m}{sc}%
     {<-> ec-mlmcsc10}{}
\DeclareFontShape{T1}{mlmr}{m}{ui}%
     {<-> ec-mlmu10}{}
%
% Is this the right 'shape'?:
\DeclareFontShape{T1}{mlmr}{m}{scsl}%
     {<-> ec-mlmcsco10}{}
%%%%%%% bold series
\DeclareFontShape{T1}{mlmr}{b}{n}
     {<-> ec-mlmb10}{}
\DeclareFontShape{T1}{mlmr}{b}{sl}
     {<-> ec-mlmbo10}{}
%%%%%%% bold extended series
\DeclareFontShape{T1}{mlmr}{bx}{n}
     {<-5.5>   ec-mlmbx5      <5.5-6.5> ec-mlmbx6
      <6.5-7.5> ec-mlmbx7      <7.5-8.5> ec-mlmbx8
      <8.5-9.5> ec-mlmbx9      <9.5-11>  ec-mlmbx10
      <11->   ec-mlmbx12
      }{}
\DeclareFontShape{T1}{mlmr}{bx}{it}
     {<-> ec-mlmbxi10}{}
\DeclareFontShape{T1}{mlmr}{bx}{sl}
     {<-> ec-mlmbxo10}{}
%%%%%%% Font/shape undefined, therefore substituted
\DeclareFontShape{T1}{mlmr}{b}{it}
     {<->sub * mlmr/b/sl}{}
\endinput
%%
%% End of file `t1mlmr.fd'.