diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-18 22:33:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-18 22:33:30 +0000 |
commit | b54daf0cabfecd2fa131f6b45be1d60a3e407071 (patch) | |
tree | 27593491239791891988059b637883644ab5d720 /Master/texmf-dist/source/latex/mh/mathtools.dtx | |
parent | 475f7084e5da1822a284e68a4212bf535be7f3ca (diff) |
mh (17mar13)
git-svn-id: svn://tug.org/texlive/trunk@29420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/mh/mathtools.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/mh/mathtools.dtx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/mh/mathtools.dtx b/Master/texmf-dist/source/latex/mh/mathtools.dtx index 8f3414345b9..94b422bf3ef 100644 --- a/Master/texmf-dist/source/latex/mh/mathtools.dtx +++ b/Master/texmf-dist/source/latex/mh/mathtools.dtx @@ -2803,12 +2803,14 @@ and the derived files % We let \cs{eqref} write the label to the \file{aux} file, which is % read at the beginning of the next run. Then we print the equation % number as usual. +% \changes{v1.14}{2013/03/07}{It was not really robust} % \begin{macrocode} \def\MT_extended_eqref:n #1{ \protected@write\@auxout{} {\string\MT@newlabel{#1}} \textup{\MT_prev_tagform:n {\ref{#1}}} } +\EQ_MakeRobust\MT_extended_eqref:n % \end{macrocode} % \end{macro} % |