diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-11 20:54:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-11 20:54:28 +0000 |
commit | 6871fba7f230af109b503359d3d7fa700c9966a3 (patch) | |
tree | 2ac9bfdd4b05977a68e010ed5420ef34526f43bc /Master/texmf-dist/tex/latex/mathtools/mathtools.sty | |
parent | 584df13b52347fa68b9618c42e6d724c7f975143 (diff) |
mathtools (11may15)
git-svn-id: svn://tug.org/texlive/trunk@37331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathtools/mathtools.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/mathtools/mathtools.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/mathtools/mathtools.sty b/Master/texmf-dist/tex/latex/mathtools/mathtools.sty index 00dd0395921..f4e05d0104e 100644 --- a/Master/texmf-dist/tex/latex/mathtools/mathtools.sty +++ b/Master/texmf-dist/tex/latex/mathtools/mathtools.sty @@ -30,7 +30,7 @@ %% mathtools.sty, mathtools.pdf, mathtools.ins, mathtools.drv. %% \ProvidesPackage{mathtools}% - [2014/07/16 v1.15 mathematical typesetting tools] + [2015/05/11 v1.16 mathematical typesetting tools] \RequirePackage{keyval,calc} \RequirePackage{mhsetup}[2010/01/21] \MHInternalSyntaxOn @@ -232,7 +232,7 @@ \def\MT_extended_eqref:n #1{ \protected@write\@auxout{} {\string\MT@newlabel{#1}} - \textup{\MT_prev_tagform:n {\ref{#1}}} + \textup{\let\df@label\@empty\MT_prev_tagform:n {\ref{#1}}} } \EQ_MakeRobust\MT_extended_eqref:n \newcommand*\refeq[1]{ |