diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/mathalfa/README | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/mathalfa/README b/Master/texmf-dist/doc/latex/mathalfa/README index 358c5aa64ce..3d453befeff 100644 --- a/Master/texmf-dist/doc/latex/mathalfa/README +++ b/Master/texmf-dist/doc/latex/mathalfa/README @@ -9,7 +9,15 @@ It mostly bypasses the usual fd and sty files used to load these alphabets in order to allow each to be scaled independently and without silently quantizing the sizes. -This version (1.03) adds support for the bickham package. +This version (1.04) makes a small coding change that affects only +users of the full version of mtpro2 who also use an ams documentclass. +The change allows the user to specify, for example, +\usepackage{amsart} +\usepackage{mtpro2} +\usepackage[frak=mt]{mathalfa} +as a work-around for the non-functional +\usepackage{amsart} +\usepackage[mtpfrak]{mtpro2} Copyright 2011 Michael Sharpe msharpe at ucsd dot edu diff --git a/Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty b/Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty index 45442ecc3e8..1c9becc3bf0 100644 --- a/Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty +++ b/Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{mathalfa}[2011/08/17 mathalfa (mjs)] +\ProvidesPackage{mathalfa}[2011/10/16 mathalfa (mjs)] \RequirePackage{xkeyval} % available choices \def\bb@lst{ams, lucida, mathpi, mma, mt, mth, pazo, fourier, esstix, boondox, px, tx, txof} @@ -333,7 +333,7 @@ \SetMathAlphabet{\mathfrak}{bold}{U}{mmamfrak}{b}{n} \DeclareMathAlphabet{\mathbfrak}{U}{mmamfrak}{b}{n} \or % mt - \@ifpackageloaded{mtpro2}{\mtp@loadedError}{} + %\@ifpackageloaded{mtpro2}{\mtp@loadedError}{} %allow use with mtpro2 \DeclareFontFamily{U}{mt2mf}{}% \DeclareFontShape{U}{mt2mf}{m}{n}{<-7>\mathalfa@frakscaled mt2mff% <7-9>\mathalfa@frakscaled mt2mfs% |