From d0c1973e2a0b6ecebd5b4571c959ef8b32fd6ca8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 15 Sep 2008 00:34:37 +0000 Subject: new (mf) font package mathabx git-svn-id: svn://tug.org/texlive/trunk@10599 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/generic/mathabx/mathabx.sty | 80 +++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 Master/texmf-dist/tex/generic/mathabx/mathabx.sty (limited to 'Master/texmf-dist/tex/generic/mathabx/mathabx.sty') diff --git a/Master/texmf-dist/tex/generic/mathabx/mathabx.sty b/Master/texmf-dist/tex/generic/mathabx/mathabx.sty new file mode 100644 index 00000000000..90bce2020c5 --- /dev/null +++ b/Master/texmf-dist/tex/generic/mathabx/mathabx.sty @@ -0,0 +1,80 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% mathabx.sty. Version: May 18, 2005. +% Author: Anthony PHAN. +% matches the ``mathabx'' family. +% LaTeX input/style file +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{mathabx} + [2003/07/29 v0.0 Non-standard LaTeX package mathabx] +% +% Options +% +\long\def\mathabx@skip#1\end@mathabx{}% +\let\end@mathabx=\relax +\let\mathabx@matha=\mathabx@skip +\let\mathabx@mathb=\mathabx@skip +\let\mathabx@mathx=\mathabx@skip +\def\mathabx@undefine#1{\let#1=\undefined}% +\def\mathabx@aliases#1#2{\@mathabx@aliases#1#2?\@end} +\def\@mathabx@aliases#1#2#3\@end{\ifx#2?\else + \let#2=#1\@mathabx@aliases#1#3\@end\fi}% +% +\DeclareOption{matha}{\let\mathabx@matha=\relax} +\DeclareOption{mathb}{\let\mathabx@mathb=\relax} +\DeclareOption{mathx}{\let\mathabx@mathx=\relax} +% +\ProcessOptions +% +\ifx\mathabx@matha\mathabx@skip + \ifx\mathabx@mathb\mathabx@skip + \ifx\mathabx@mathx\mathabx@skip + \let\mathabx@matha=\relax + \let\mathabx@mathb=\relax + \let\mathabx@mathx=\relax + \fi + \fi +\fi +% +% mathabx's font declarations +% +\mathabx@matha +\DeclareFontFamily{U}{matha}{\hyphenchar\font45} +\DeclareFontShape{U}{matha}{m}{n}{ + <5> <6> <7> <8> <9> <10> gen * matha + <10.95> matha10 <12> <14.4> <17.28> <20.74> <24.88> matha12 + }{} +\DeclareSymbolFont{matha}{U}{matha}{m}{n} +\DeclareFontSubstitution{U}{matha}{m}{n} +\end@mathabx +\mathabx@mathb +\DeclareFontFamily{U}{mathb}{\hyphenchar\font45} +\DeclareFontShape{U}{mathb}{m}{n}{ + <5> <6> <7> <8> <9> <10> gen * mathb + <10.95> mathb10 <12> <14.4> <17.28> <20.74> <24.88> mathb12 + }{} +\DeclareSymbolFont{mathb}{U}{mathb}{m}{n} +\DeclareFontSubstitution{U}{mathb}{m}{n} +\end@mathabx +\mathabx@mathx +\DeclareFontFamily{U}{mathx}{\hyphenchar\font45} +\DeclareFontShape{U}{mathx}{m}{n}{ + <5> <6> <7> <8> <9> <10> + <10.95> <12> <14.4> <17.28> <20.74> <24.88> + mathx10 + }{} +\DeclareSymbolFont{mathx}{U}{mathx}{m}{n} +\DeclareFontSubstitution{U}{mathx}{m}{n} +\end@mathabx +% +% no proofmode +% +\def\symbol@message#1{\relax} +\input mathabx.dcl +% +% end of file. +% +\endinput + + -- cgit v1.2.3