summaryrefslogtreecommitdiff
path: root/fonts/cm/sauter/latex/sautmath.fd
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/cm/sauter/latex/sautmath.fd')
-rw-r--r--fonts/cm/sauter/latex/sautmath.fd81
1 files changed, 81 insertions, 0 deletions
diff --git a/fonts/cm/sauter/latex/sautmath.fd b/fonts/cm/sauter/latex/sautmath.fd
new file mode 100644
index 0000000000..ebfc0e619e
--- /dev/null
+++ b/fonts/cm/sauter/latex/sautmath.fd
@@ -0,0 +1,81 @@
+%% sautmath.fd
+% \NeedsTeXFormat{LaTeX2e}[1994/12/01]
+%% Joerg Knappen 20-JAN-1995
+%% (c) Copyright 1993, 1994, 1995 Joerg Knappen
+%% added sizes 29.86 pt and 35.83 pt 1999/02/02 Jeroen Nijhof
+%
+% Standard test to prevent double loading of this file.
+% \begin{macrocode}
+\expandafter\ifx\csname sautmath.fd\endcsname\relax
+\expandafter\def\csname sautmath.fd\endcsname{}
+\else\message{---already loaded}\endinput\fi
+% \end{macrocode}
+%
+% Send a message identifying this file.
+% \begin{macrocode}
+\ProvidesFile{sautmath.fd}[1995/01/20 v1.1 (JK)]
+% \end{macrocode}
+%%% end of file header
+%% This file contains the external font information needed to load
+%% the computer modern family designed by Donald E. Knuth.
+%%
+%% I have taken out the AMS font package and left this task to
+%% the amslatex bundle (Version 1.1).
+%%
+%% Don't change the next few lines unless you know exactly what you
+%% are doing.
+%%
+%% One can generate all TeX font sizes with the Sauter package.
+%%
+\providecommand{\sauter@family}[5]{%
+ \DeclareFontShape{#1}{#2}{#4}{#5}
+ { <5> #35 <6> #36 <7> #37 <8> #38 <9> #39 <10> #310 <10.95> #311
+ <12> #312 <14.4> #314 <17.28> #317 <20.74> #320 <24.88> #325
+ <29.86> #330 <35.83> #336
+ }{}%
+}
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
+%% Math italic font shapes
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\DeclareFontFamily{OML}{cmm}{\skewchar\font'177}{}
+\sauter@family{OML}{cmm}{cmmi}{m}{it}
+\sauter@family{OML}{cmm}{cmmib}{b}{it}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
+%% Math symbol font shapes
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\DeclareFontFamily{OMS}{cmsy}{\skewchar\font'60}{}
+\sauter@family{OMS}{cmsy}{cmsy}{m}{n}
+\sauter@family{OMS}{cmsy}{cmbsy}{b}{n}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
+%% Math extension font
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\DeclareFontFamily{OMX}{cmex}{}{}
+\sauter@family{OMX}{cmex}{cmex}{m}{n}
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
+%% LaTeX symbol family
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\DeclareFontFamily{U}{lasy}{}{}
+\sauter@family{U}{lasy}{lasy}{m}{n}
+\sauter@family{U}{lasy}{lasyb}{b}{n}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
+%% Math Operator come from cmr
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\DeclareFontFamily{U}{cmr}{}{}
+\sauter@family{U}{cmr}{cmr}{m}{n}
+\sauter@family{U}{cmr}{cmbx}{b}{n}
+%%
+%% sautmath.fd
+\endinput
+