summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mathtools
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathtools')
-rw-r--r--Master/texmf-dist/tex/latex/mathtools/mathtools.sty6
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