diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-27 18:22:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-27 18:22:59 +0000 |
commit | fee134a819b440e96d6e33a055692e33285356db (patch) | |
tree | 568d63e83c093f5269c01962912eb640112e7f1a /Master/texmf-dist/tex/latex/mathalfa | |
parent | a2397d8719898ee84e458ea2714716d345c64663 (diff) |
mathalfa (16jul12)
git-svn-id: svn://tug.org/texlive/trunk@27199 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathalfa')
-rw-r--r-- | Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty b/Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty index e9861d9f077..72048caa8aa 100644 --- a/Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty +++ b/Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} -\def\mathalfaVersion{1.06} -\def\mathalfaDate{2012/04/25} +\def\mathalfaVersion{1.07} +\def\mathalfaDate{2012/07/10} \ProvidesPackage{mathalfa}[\mathalfaDate\space-\space\mathalfaVersion mathalfa (License LPPL) Michael Sharpe] \RequirePackage{xkeyval} @@ -11,6 +11,7 @@ \def\scr@lst{rsfs, rsfso, euler, lucida, mathpi, mma, mtc, zapfc, esstix, boondox, boondoxo, dutchcal, pxtx, bickham, bickhams} \def\mathalfa@bbnr{-1}\def\mathalfa@calnr{-1} \def\mathalfa@fraknr{-1}\def\mathalfa@scrnr{-1} +\def\minusone{-1} % scaled \define@key{mathalfa}{scaled}[1.0]{\def\mathalfa@bbscaled{s*[#1]}\def\mathalfa@calscaled{s*[#1]}\def\mathalfa@frakscaled{s*[#1]}\def\mathalfa@scrscaled{s*[#1]}}% all at once % or separately @@ -53,6 +54,11 @@ \@ifpackageloaded{amsfonts}{% \let\amsloaded=Y% }{}% +% Undefine some previous settings +%\ifx\mathalfa@bbnr\minusone\else\let\mathbb\relax\fi +%\ifx\mathalfa@calnr\minusone\else\let\mathcal\relax\fi +\ifx\mathalfa@fraknr\minusone\else\let\mathfrak\relax\let\mathbfrak\relax\fi +%\ifx\mathalfa@scrnr\minusone\else\let\mathscr\relax\fi % Code to set up the math alphabets specified, not necessarily using the fd files % Blackboard Bold \ifcase\mathalfa@bbnr\relax% item 0 of {ams, lucida, mathpi, mma, mt, mth, pazo, fourier, esstix, boondox, px, tx, txof} |