diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/strc-mat.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/strc-mat.mkiv | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/strc-mat.mkiv b/Master/texmf-dist/tex/context/base/mkiv/strc-mat.mkiv index 0b80a26cd63..7f5a1915445 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/strc-mat.mkiv +++ b/Master/texmf-dist/tex/context/base/mkiv/strc-mat.mkiv @@ -1,5 +1,4 @@ %D \module -%D \module %D [ file=strc-mat, %D version=2008.10.20, %D title=\CONTEXT\ Structure Macros, @@ -315,7 +314,7 @@ \def\theformuladestinationattribute#1% {\iflocation\ifx#1\relax\else\ifx#1\empty\else - \attribute\destinationattribute#1% + \c_attr_destination#1% \glet#1\relax \fi\fi\fi} @@ -500,6 +499,8 @@ %D %D Otherwise we get a missing \type {$$} error reported. +\pushoverloadmode + \let\reqno\eqno % no longer valid as we just nil it \let\math_native_leqno\leqno @@ -514,6 +515,8 @@ \let\reqno\normaleqno \let\eqno \normaleqno +\popoverloadmode + %D \macros %D {startsubformulas} |