diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/mathtools/empheq.pdf | bin | 311677 -> 311680 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/mathtools/mathtools.pdf | bin | 456864 -> 456865 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/mathtools/mhsetup.pdf | bin | 236759 -> 236759 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/mathtools/mathtools.dtx | 17 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/mathtools/mathtools.ins | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/mathtools/mathtools.sty | 6 |
6 files changed, 16 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/mathtools/empheq.pdf b/Master/texmf-dist/doc/latex/mathtools/empheq.pdf Binary files differindex 237e509ed9e..bd5ffddff87 100644 --- a/Master/texmf-dist/doc/latex/mathtools/empheq.pdf +++ b/Master/texmf-dist/doc/latex/mathtools/empheq.pdf diff --git a/Master/texmf-dist/doc/latex/mathtools/mathtools.pdf b/Master/texmf-dist/doc/latex/mathtools/mathtools.pdf Binary files differindex b0e8d1e7ff8..800eba82112 100644 --- a/Master/texmf-dist/doc/latex/mathtools/mathtools.pdf +++ b/Master/texmf-dist/doc/latex/mathtools/mathtools.pdf diff --git a/Master/texmf-dist/doc/latex/mathtools/mhsetup.pdf b/Master/texmf-dist/doc/latex/mathtools/mhsetup.pdf Binary files differindex c1f853e0e25..2c818dd7cb8 100644 --- a/Master/texmf-dist/doc/latex/mathtools/mhsetup.pdf +++ b/Master/texmf-dist/doc/latex/mathtools/mhsetup.pdf diff --git a/Master/texmf-dist/source/latex/mathtools/mathtools.dtx b/Master/texmf-dist/source/latex/mathtools/mathtools.dtx index 4078ac8a4d3..b065615eb04 100644 --- a/Master/texmf-dist/source/latex/mathtools/mathtools.dtx +++ b/Master/texmf-dist/source/latex/mathtools/mathtools.dtx @@ -69,7 +69,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: mathtools 2021/03/28 v1.26} +\Msg{* Package: mathtools 2021/04/12 v1.27} \Msg{************************************************************************} \keepsilent @@ -133,8 +133,9 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{mathtools.drv}% - [2021/03/28 v1.28 mathematical typesetting tools] + [2021/04/12 v1.27 mathematical typesetting tools] \documentclass{ltxdoc} + \IfFileExists{fourier.sty}{\usepackage{fourier}}{} \addtolength\marginparwidth{-25pt} \usepackage{mathtools} @@ -2982,7 +2983,7 @@ colorlinks, % \begin{macrocode} %<*package> \ProvidesPackage{mathtools}% - [2021/03/28 v1.26 mathematical typesetting tools] + [2021/04/12 v1.27 mathematical typesetting tools] % \end{macrocode} % \changes{v1.10}{2011/02/12}{Might as well make sure that we need the % latest version of \texttt{mhsetup}} @@ -4198,7 +4199,10 @@ colorlinks, % THIS IS LUALATEX \newcommand\MultlinedHook{ % from amsmath - \newenvironment{subarray}[1]{% +% \end{macrocode} +% \changes{1.27}{2021/04/12}{need to be \cs{renewenvironment}} +% \begin{macrocode} + \renewenvironment{subarray}[1]{% \vcenter\bgroup \Let@ \restore@math@cr \default@tag \let\math@cr@@\AMS@math@cr@@ % <--- the fix @@ -4215,7 +4219,10 @@ colorlinks, \crcr\egroup\egroup } % from mathtools - \newenvironment{crampedsubarray}[1]{% +% \end{macrocode} +% \changes{1.27}{2021/04/12}{need to be \cs{renewenvironment}} +% \begin{macrocode} + \renewenvironment{crampedsubarray}[1]{% \vcenter\bgroup \Let@ \restore@math@cr \default@tag \let\math@cr@@\AMS@math@cr@@ % <--- the fix diff --git a/Master/texmf-dist/source/latex/mathtools/mathtools.ins b/Master/texmf-dist/source/latex/mathtools/mathtools.ins index ab102f076bc..dbc22bd44e7 100644 --- a/Master/texmf-dist/source/latex/mathtools/mathtools.ins +++ b/Master/texmf-dist/source/latex/mathtools/mathtools.ins @@ -12,7 +12,6 @@ %% Copyright (C) 2012-2019 by Lars Madsen %% Copyright (C) 2020- by Lars Madsen, the LaTeX3 project %% -%% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either %% version 1.3c of this license or (at your option) any later @@ -33,7 +32,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: mathtools 2021/03/18 v1.25} +\Msg{* Package: mathtools 2021/04/12 v1.27} \Msg{************************************************************************} \keepsilent 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 |