diff options
author | Karl Berry <karl@freefriends.org> | 2024-11-18 21:05:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-11-18 21:05:44 +0000 |
commit | 18d7f8784a380a7b23e4de4f3cdc0dbc11b79ca4 (patch) | |
tree | 7e1babdb8d899cc918dce15b649937acbe892cb0 /Master/texmf-dist/tex/latex/mathfixs | |
parent | f9ab2dcc4bb0c32487d3c9ee992cd1642dd76c0e (diff) |
mathfixs (18nov24)
git-svn-id: svn://tug.org/texlive/trunk@72887 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathfixs')
-rw-r--r-- | Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty b/Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty index 6d685e1b706..ab26c02b122 100644 --- a/Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty +++ b/Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty @@ -17,7 +17,7 @@ %% version 2008 or later. %% \NeedsTeXFormat{LaTeX2e}[1996/12/01] -\ProvidesPackage{mathfixs}[2024/10/25 v1.11 various fixes for math mode] +\ProvidesPackage{mathfixs}[2024/11/18 v1.12 various fixes for math mode] \RequirePackage{keyval} @@ -247,6 +247,8 @@ \expandafter\let\csname #1varsigma\endcsname=\mafx@varsigma } +\ifdefined\DeclareMathOperator + \DeclareMathOperator{\mafx@sgn}{sgn} \DeclareMathOperator*{\mafx@res}{res} \DeclareMathOperator{\mafx@lcm}{lcm} @@ -348,6 +350,8 @@ } \define@key{mafx@}{vecrot}[\curl]{\let#1=\mafx@rot} +\fi + \let\mafx@econst@class=\mathinner \DeclareRobustCommand{\mafx@econstup}{\mafx@econst@class{\operator@font e}} \DeclareRobustCommand{\mafx@econstit}{\mafx@econst@class{\mathnormal{e}}} |