diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-17 21:54:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-17 21:54:06 +0000 |
commit | b4dc5fd6bb9831aecf7bacb238ec64e7d2dc30f4 (patch) | |
tree | 28dcb8032147384375c8bfceb6ecaab52fb4d256 /Master/texmf-dist/tex | |
parent | beb1210c66bfa1edea4ff69a6baa148f1fa22db9 (diff) |
mathtools (17jan20)
git-svn-id: svn://tug.org/texlive/trunk@53442 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-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 } |