summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mathfixs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-30 22:13:12 +0000
committerKarl Berry <karl@freefriends.org>2018-12-30 22:13:12 +0000
commitb2970966c526371761b5118d53238dccefcf4422 (patch)
tree40838ce800b8708282e7a5f3777ad2bfd427a004 /Master/texmf-dist/tex/latex/mathfixs
parentf415e2c9d5a865727094a8bca5778bc3de7225ce (diff)
mathfixs (30dec18)
git-svn-id: svn://tug.org/texlive/trunk@49547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathfixs')
-rw-r--r--Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty b/Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty
index b41b5734d74..e59dd4b8f07 100644
--- a/Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty
+++ b/Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty
@@ -17,7 +17,7 @@
%% version 2005/12/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}[1996/12/01]
-\ProvidesPackage{mathfixs}[2018/01/17 v1.0 various fixes for math mode]
+\ProvidesPackage{mathfixs}[2018/12/30 v1.01 various fixes for math mode]
\RequirePackage{keyval}
@@ -72,7 +72,7 @@
\def\mafx@vfrac@class{\mathinner}
\def\mafx@vfrac@preskip{\thinmuskip}
\def\mafx@vfrac@postskip{0.6667\thinmuskip}
-\newcommand{\mafx@vfrac}[2]{\ifmmode%
+\DeclareRobustCommand{\mafx@vfrac}[2]{\ifmmode%
\mafx@vfrac@class{\textstyle%
^{#1}\mkern-\mafx@vfrac@preskip/\mkern-\mafx@vfrac@postskip_{#2}}%
\else$\mafx@vfrac{#1}{#2}$\fi}