From ff65eb577b49548519a0b8ab21b4e5e0d62a59e7 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 19 Nov 2021 03:00:56 +0000 Subject: CTAN sync 202111190300 --- macros/latex/contrib/mathalpha/tex/mathalpha.sty | 32 +++++++++++++----------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'macros/latex/contrib/mathalpha/tex') diff --git a/macros/latex/contrib/mathalpha/tex/mathalpha.sty b/macros/latex/contrib/mathalpha/tex/mathalpha.sty index 16d2a5e83d..c32088ce65 100644 --- a/macros/latex/contrib/mathalpha/tex/mathalpha.sty +++ b/macros/latex/contrib/mathalpha/tex/mathalpha.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} -\def\mathalphaVersion{1.142} -\def\mathalphaDate{2021/11/01} +\def\mathalphaVersion{1.143} +\def\mathalphaDate{2021/11/18} \ProvidesPackage{mathalpha}[\mathalphaDate\space-\space\mathalphaVersion mathalpha (License LPPL) Michael Sharpe] \message{`mathalpha' v\mathalphaVersion, \mathalphaDate, a renaming of mathalfa (msharpe)} @@ -24,6 +24,9 @@ \def\bb@lst{ams, lucida, mathpi, mma, mt, mth, pazo, fourier, esstix, boondox, px, tx, txof, libus, dsserif, bboldxLight, bboldx, dsfontserif, dsfontsans, stixtwo, stix} \def\cal@lst{cm, euler, rsfso, rsfs, lucida, mathpi, mma, mt, mtc, zapfc, esstix, boondox, boondoxo, dutchcal, pxtx, bickham, bickhams, stix, txupr, boondoxupr, kp, stixplain, stixfancy, stixtwoplain, stixtwofancy} \def\frak@lst{euler, lucida, mathpi, mma, mt, esstix, boondox, pxtx, stixtwo} +\def\mathalfa@bbnr{-1}\def\mathalfa@calnr{-1} +\def\mathalfa@fraknr{-1}\def\mathalfa@scrnr{-1} +\def\minusone{-1} % aliases \newif\ifmathalfa@oldbold \define@boolkey{mathalfa}{oldbold}[true]{\@nameuse{mathalfa@oldbold#1}} @@ -32,8 +35,8 @@ \define@boolkey{mathalfa}{calsymbols}[true]{\@nameuse{mathalfa@calsym#1}} \define@boolkey{mathalfa}{scrsymbols}[true]{\@nameuse{mathalfa@scrsym#1}} -\edef\mathalfa@bbnr{\m@ne}\edef\mathalfa@calnr{\m@ne} -\edef\mathalfa@fraknr{\m@ne}\edef\mathalfa@scrnr{\m@ne} +%\edef\mathalfa@bbnr{\m@ne}\edef\mathalfa@calnr{\m@ne} +%\edef\mathalfa@fraknr{\m@ne}\edef\mathalfa@scrnr{\m@ne} % scaled \define@key{mathalfa}{scaled}[1.0]{% \def\mathalfa@bbscaled{s*[#1]}\def\mathalfa@bbrawscaled{#1} \def\mathalfa@calscaled{s*[#1]}\def\mathalfa@calrawscaled{#1} \def\mathalfa@frakscaled{s*[#1]}\def\mathalfa@frakrawscaled{#1} \def\mathalfa@scrscaled{s*[#1]}\def\mathalfa@scrrawscaled{#1}}% all at once @@ -74,11 +77,17 @@ frak: lucida, esstix, mathpi^^J \x} \ProcessOptions* % run \DeclareOption* on each option specified, in order % Convert scaled choices to macros -\expandafter\ifx\csname mathalfa@bbscaled\endcsname\relax \let\mathalfa@bbscaled\@empty -\fi -\expandafter\ifx\csname mathalfa@calscaled\endcsname\relax \let\mathalfa@calscaled\@empty\fi -\expandafter\ifx\csname mathalfa@frakscaled\endcsname\relax \let\mathalfa@frakscaled\@empty\fi -\expandafter\ifx\csname mathalfa@scrscaled\endcsname\relax \let\mathalfa@scrscaled\@empty\fi +%\expandafter\ifx\csname mathalfa@bbscaled\endcsname\relax \let\mathalfa@bbscaled\@empty +%\fi +%\expandafter\ifx\csname mathalfa@calscaled\endcsname\relax \let\mathalfa@calscaled\@empty\fi +%\expandafter\ifx\csname mathalfa@frakscaled\endcsname\relax \let\mathalfa@frakscaled\@empty\fi +%\expandafter\ifx\csname mathalfa@scrscaled\endcsname\relax \let\mathalfa@scrscaled\@empty\fi +\ifx\mathalfa@bbnr\minusone\else\let\mathbb\relax\let\mathbbb\relax\fi +%\ifnum \mathalfa@bbnr<0 +%\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 % Check for lucida loaded \newif\iflucid@loaded \lucid@loadedfalse \expandafter\ifx\csname DeclareLucidaFontShape\endcsname\relax\else\lucid@loadedtrue\fi% @@ -90,11 +99,6 @@ frak: lucida, esstix, mathpi^^J \@ifpackageloaded{amsfonts}{% \let\amsloaded=Y% }{}% -% Undefine some previous settings -\ifx\mathalfa@bbnr\m@ne\else\let\mathbb\relax\let\mathbfbb\relax\fi -%\ifx\mathalfa@calnr\m@ne\else\let\mathcal\relax\fi -\ifx\mathalfa@fraknr\m@ne\else\let\mathfrak\relax\let\mathbffrak\relax\fi -\ifx\mathalfa@scrnr\m@ne\else\let\mathscr\relax\fi % Some error messages \newcommand*\mathalpha@boldError[2]{%#1=item specified, #2 from bb,cal,scr,frak \PackageError{mathalpha}{You specified `#2=#1,b#2', but `#1' has no bold\space#2}{}} -- cgit v1.2.3