summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mathdesign/mdfont.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathdesign/mdfont.def')
-rw-r--r--Master/texmf-dist/tex/latex/mathdesign/mdfont.def67
1 files changed, 67 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mathdesign/mdfont.def b/Master/texmf-dist/tex/latex/mathdesign/mdfont.def
new file mode 100644
index 00000000000..a0fe3b0b942
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/mathdesign/mdfont.def
@@ -0,0 +1,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'.