diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-02 20:50:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-02 20:50:01 +0000 |
commit | 0f191996e5297a6d29daa555806f016a691ca723 (patch) | |
tree | 6f29cb97c2c1a53cd2ddab6ee595e781a0061efe /Master/texmf-dist/tex/latex/mathalfa | |
parent | b0b1eec080787a40ef4abe3eec0d79fcba29d423 (diff) |
mathalfa (2may18)
git-svn-id: svn://tug.org/texlive/trunk@47575 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 | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty b/Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty index 989d956c8e6..5e31b794ef0 100644 --- a/Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty +++ b/Master/texmf-dist/tex/latex/mathalfa/mathalfa.sty @@ -1,11 +1,11 @@ \NeedsTeXFormat{LaTeX2e} -\def\mathalfaVersion{1.09} -\def\mathalfaDate{2017/02/23} +\def\mathalfaVersion{1.10} +\def\mathalfaDate{2018/05/02} \ProvidesPackage{mathalfa}[\mathalfaDate\space-\space\mathalfaVersion mathalfa (License LPPL) Michael Sharpe] \RequirePackage{xkeyval} % available choices -\def\bb@lst{ams, lucida, mathpi, mma, mt, mth, pazo, fourier, esstix, boondox, px, tx, txof, libus} +\def\bb@lst{ams, lucida, mathpi, mma, mt, mth, pazo, fourier, esstix, boondox, px, tx, txof, libus, dsserif} \def\cal@lst{cm, euler, rsfso, rsfs, lucida, mathpi, mma, mt, mtc, zapfc, esstix, boondox, boondoxo, dutchcal, pxtx, bickham, bickhams, stix,txupr,boondoxupr} \def\frak@lst{euler, lucida, mathpi, mma, mt, esstix, boondox, pxtx} \def\scr@lst{rsfs, rsfso, euler, lucida, mathpi, mma, mtc, zapfc, esstix, boondox, boondoxo, dutchcal, pxtx, bickham, bickhams,txupr,boondoxupr} @@ -55,13 +55,13 @@ \let\amsloaded=Y% }{}% % Undefine some previous settings -%\ifx\mathalfa@bbnr\minusone\else\let\mathbb\relax\fi +\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 % 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} +\ifcase\mathalfa@bbnr\relax% item 0 of {ams, lucida, mathpi, mma, mt, mth, pazo, fourier, esstix, boondox, px, tx, txof,libus,dsserif} \DeclareFontFamily{U}{msb}{}% \DeclareFontShape{U}{msb}{m}{n}{<-7>\mathalfa@bbscaled msbm5 <7-9>\mathalfa@bbscaled msbm7 @@ -168,6 +168,15 @@ \DeclareFontShape{U}{libusbb}{m}{n}{ <-> \mathalfa@bbscaled libus-mathbb}{} \DeclareMathAlphabet{\mathbb}{U}{libusbb}{m}{n} +\or %dsserif + \DeclareFontFamily{U}{dsserif}{\skewchar\font=45}% + \DeclareFontShape{U}{dsserif}{m}{n}{ + <-> \mathalfa@bbscaled DSSerif}{} + \DeclareFontShape{U}{dsserif}{b}{n}{ + <-> \mathalfa@bbscaled DSSerif-Bold}{} + \DeclareMathAlphabet{\mathbb}{U}{dsserif}{m}{n} + \SetMathAlphabet{\mathbb}{bold}{U}{dsserif}{b}{n} + \DeclareMathAlphabet{\mathbbb} {U}{dsserif}{b}{n} \fi % \mathcal \ifcase\mathalfa@calnr\relax% item 0 of {cm, euler, rsfso, rsfs, lucida, mathpi, mma, mt, mtc, zapfc, esstix, boondox, boondoxo, dutchcal,pxtx,bickham,stix,txupr,boondoxupr} |