diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-12 20:05:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-12 20:05:04 +0000 |
commit | df65bc83591b8974816a24cac629d7626f427b2b (patch) | |
tree | 14125022f41582aa21727eab7d7eb5c37a16c0ee /Master/texmf-dist/tex/latex/mathtools | |
parent | 8291b997365ae1d722de13105044fa5074fb9240 (diff) |
mathtools (12apr21)
git-svn-id: svn://tug.org/texlive/trunk@58856 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathtools')
-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 0b1a6c5c6ed..2be35c1f0fe 100644 --- a/Master/texmf-dist/tex/latex/mathtools/mathtools.sty +++ b/Master/texmf-dist/tex/latex/mathtools/mathtools.sty @@ -31,7 +31,7 @@ %% mathtools.sty, mathtools.pdf, mathtools.ins, mathtools.drv. %% \ProvidesPackage{mathtools}% - [2021/03/28 v1.26 mathematical typesetting tools] + [2021/04/12 v1.27 mathematical typesetting tools] \RequirePackage{keyval,calc} \RequirePackage{mhsetup}[2021/03/18] \MHInternalSyntaxOn @@ -663,7 +663,7 @@ % THIS IS LUALATEX \newcommand\MultlinedHook{ % from amsmath - \newenvironment{subarray}[1]{% + \renewenvironment{subarray}[1]{% \vcenter\bgroup \Let@ \restore@math@cr \default@tag \let\math@cr@@\AMS@math@cr@@ % <--- the fix @@ -680,7 +680,7 @@ \crcr\egroup\egroup } % from mathtools - \newenvironment{crampedsubarray}[1]{% + \renewenvironment{crampedsubarray}[1]{% \vcenter\bgroup \Let@ \restore@math@cr \default@tag \let\math@cr@@\AMS@math@cr@@ % <--- the fix |