diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/mathalpha/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/mathalpha/mathalpha.sty | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/mathalpha/README b/Master/texmf-dist/doc/latex/mathalpha/README index 89f2b7e59ec..229b2230948 100644 --- a/Master/texmf-dist/doc/latex/mathalpha/README +++ b/Master/texmf-dist/doc/latex/mathalpha/README @@ -11,6 +11,8 @@ 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. +Version 1.13 changes the behavior under the option scr, first letting \mathscr to \relax, in case it was previously defined. This corrects a misbehavior under newtxmath 1.6 and newpxmath 1.4. (*)Thanks Evan Couch.) + Version 1.12 Name of package changed from mathalfa to mathalpha. Version 1.11 adds the option scr=kp to point to kpfonts script alphabet. It also introduces a new name for the package, though you may call by either name, whichever is less offensive to you. diff --git a/Master/texmf-dist/tex/latex/mathalpha/mathalpha.sty b/Master/texmf-dist/tex/latex/mathalpha/mathalpha.sty index 573cb915cf8..cacc0b5ec01 100644 --- a/Master/texmf-dist/tex/latex/mathalpha/mathalpha.sty +++ b/Master/texmf-dist/tex/latex/mathalpha/mathalpha.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} -\def\mathalphaVersion{1.12} -\def\mathalphaDate{2019/05/20} +\def\mathalphaVersion{1.13} +\def\mathalphaDate{2019/10/05} \ProvidesPackage{mathalpha}[\mathalphaDate\space-\space\mathalphaVersion mathalpha (License LPPL) Michael Sharpe] \message{`mathalpha' v\mathalphaVersion, \mathalphaDate, a renaming of mathalfa (msharpe)} @@ -59,7 +59,7 @@ \ifx\mathalfa@bbnr\minusone\else\let\mathbb\relax\let\mathbbb\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 +\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,libus,dsserif} |