diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-19 22:22:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-19 22:22:51 +0000 |
commit | 4e2aca06630178dce4ff58adc4c7e837a62554c0 (patch) | |
tree | 4aba39af8fb3dd3aac2d46a41584e37ee356cddd /Master/texmf-dist | |
parent | 44c1398c0b03b47993aa72f98c08cde01fe53fa6 (diff) |
mathalfa 1.04 (19oct11)
git-svn-id: svn://tug.org/texlive/trunk@24327 c570f23f-e606-0410-a88d-b1316a301751
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% |