blob: a0fe3b0b9425937cc131572f6fbfd74b0f4001db (
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
60
61
62
63
64
65
66
67
|
%% This is file mdfont.def.
%%
%% Copyright 2003 Paul Pichaureau for the MathDesign Project
%% All rights reserved.
%%
%% This file is part of the mathdesign package v1.55
%% --------------------------------------------------
%%
%% This program is free software; you can redistribute it and/or
%% modify it under the terms of the GNU General Public License
%% as published by the Free Software Foundation; either version 2
%% of the License, or (at your option) any later version.
%% This program is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%% GNU General Public License for more details.
%% You should have received a copy of the GNU General Public License
%% along with this program; if not, write to the Free Software
%% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
%% Public LaTeX Project Public
%%
%% --------------------------------------------------
%%
%% These file defined common font families, which can used
%% with the main family.
%%
%% N.B.: These fonts must be correctly installed on your system.
%%
\ProvidesFile{mdfont.def}
[2006/01/29 v1.55 (Math Design Project)]
%% ----------------------------------------------------------------
%% Computer Modern Symbol
%% ----------------------------------------------------------------
\def\MD@font@name{xmdcmsy}
\DeclareFontFamily{OMS}{\MD@font@name}{\skewchar\font48 }
\DeclareFontShape{OMS}{\MD@font@name}{m}{n}{%
<5><6><7><8><9><10>sgen*[\cmsy@ratio]cmsy%
<10.95><12><14.4><17.28><20.74><24.88> s*[\cmsy@ratio] cmsy10%
}{}
\DeclareFontShape{OMS}{\MD@font@name}{b}{n}{%
<5><6><7><8><9>sgen*[\cmsy@ratio]cmbsy%
<10><10.95><12><14.4><17.28><20.74><24.88> s*[\cmsy@ratio] cmbsy10%
}{}
%% ----------------------------------------------------------------
%% AMS Euler Fraktur
%% ----------------------------------------------------------------
\def\MD@font@name{xmdeuf}
\DeclareFontFamily{U}{\MD@font@name}{}
\DeclareFontShape{U}{\MD@font@name}{m}{n}{%
<-6> s * [\euf@ratio]eufm5<6-8> s * [\euf@ratio]eufm7<8-> s * [\euf@ratio]eufm10
}{}
\DeclareFontShape{U}{\MD@font@name}{b}{n}{%
<-6> s * [\euf@ratio]eufb5<6-8> s * [\euf@ratio]eufb7<8-> s * [\euf@ratio]eufb10
}{}
%%\endinput
%%
%% End of file `mdfont.def'.
|