diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathtools/mathtools.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/mathtools/mathtools.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/mathtools/mathtools.sty b/Master/texmf-dist/tex/latex/mathtools/mathtools.sty index 1731426d0a8..3c0c57b48b5 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}% - [2019/07/31 v1.22 mathematical typesetting tools] + [2020/01/17 v1.23 mathematical typesetting tools] \RequirePackage{keyval,calc} \RequirePackage{mhsetup}[2017/03/31] \MHInternalSyntaxOn @@ -195,7 +195,7 @@ { \MT_prev_tagform:n {#1} } { \@safe@activestrue \@ifundefined{MT_r_\df@label} - { \global\MH_set_boolean_F:n {manual_tag} } + { \global\MH_set_boolean_F:n {manual_tag} \kern1sp } % kern added 2020 { \MT_prev_tagform:n {#1} } \@safe@activesfalse } @@ -203,7 +203,7 @@ { \@safe@activestrue \@ifundefined{MT_r_\df@label} - { } + { \kern1sp }% kern added 2020 { \refstepcounter{equation}\MT_prev_tagform:n {#1} } \@safe@activesfalse } |