summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/mathabx/mathabx.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-15 00:34:37 +0000
committerKarl Berry <karl@freefriends.org>2008-09-15 00:34:37 +0000
commitd0c1973e2a0b6ecebd5b4571c959ef8b32fd6ca8 (patch)
tree63be6df2b3e75d189fae53321cfe21fccd44ae34 /Master/texmf-dist/tex/generic/mathabx/mathabx.sty
parent58151c6db30061d71c2627427b2958779c644adc (diff)
new (mf) font package mathabx
git-svn-id: svn://tug.org/texlive/trunk@10599 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/mathabx/mathabx.sty')
-rw-r--r--Master/texmf-dist/tex/generic/mathabx/mathabx.sty80
1 files changed, 80 insertions, 0 deletions
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
+
+