From a10353e9cf9e80b8087ec3d44481b437f0bc6362 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 30 Oct 2017 20:40:50 +0000 Subject: mathtools (30oct17) git-svn-id: svn://tug.org/texlive/trunk@45649 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/mathtools/empheq.pdf | Bin 311449 -> 311449 bytes .../texmf-dist/doc/latex/mathtools/mathtools.pdf | Bin 436483 -> 436462 bytes Master/texmf-dist/doc/latex/mathtools/mhsetup.pdf | Bin 235863 -> 235863 bytes .../source/latex/mathtools/mathtools.dtx | 13 ++++++++----- .../texmf-dist/tex/latex/mathtools/mathtools.sty | 5 +++-- 5 files changed, 11 insertions(+), 7 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/mathtools/empheq.pdf b/Master/texmf-dist/doc/latex/mathtools/empheq.pdf index d959291a249..5ea01a906a8 100644 Binary files a/Master/texmf-dist/doc/latex/mathtools/empheq.pdf and b/Master/texmf-dist/doc/latex/mathtools/empheq.pdf differ diff --git a/Master/texmf-dist/doc/latex/mathtools/mathtools.pdf b/Master/texmf-dist/doc/latex/mathtools/mathtools.pdf index 8ead190b35e..a0cce8eebc9 100644 Binary files a/Master/texmf-dist/doc/latex/mathtools/mathtools.pdf and b/Master/texmf-dist/doc/latex/mathtools/mathtools.pdf differ diff --git a/Master/texmf-dist/doc/latex/mathtools/mhsetup.pdf b/Master/texmf-dist/doc/latex/mathtools/mhsetup.pdf index 6f1be1cc650..63bdae960f8 100644 Binary files a/Master/texmf-dist/doc/latex/mathtools/mhsetup.pdf and b/Master/texmf-dist/doc/latex/mathtools/mhsetup.pdf differ diff --git a/Master/texmf-dist/source/latex/mathtools/mathtools.dtx b/Master/texmf-dist/source/latex/mathtools/mathtools.dtx index 2aece4d7e72..06a6c6c4a43 100644 --- a/Master/texmf-dist/source/latex/mathtools/mathtools.dtx +++ b/Master/texmf-dist/source/latex/mathtools/mathtools.dtx @@ -68,7 +68,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: mathtools 2017/05/24 v1.19} +\Msg{* Package: mathtools 2017/10/30 v1.20} \Msg{************************************************************************} \keepsilent @@ -131,7 +131,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{mathtools.drv}% - [2017/05/24 v1.19 mathematical typesetting tools] + [2017/10/30 v1.20 mathematical typesetting tools] \documentclass{ltxdoc} \IfFileExists{fourier.sty}{\usepackage{fourier}}{} \addtolength\marginparwidth{-25pt} @@ -285,7 +285,7 @@ hyperindex=false, % % \GetFileInfo{mathtools.drv} % -% \CheckSum{3146} +% \CheckSum{3144} % % \title{The \pkg{mathtools} package\thanks{This file has version number % \fileversion, last revised \filedate.}} @@ -2713,7 +2713,7 @@ hyperindex=false, % \begin{macrocode} %<*package> \ProvidesPackage{mathtools}% - [2017/05/24 v1.19 mathematical typesetting tools] + [2017/10/30 v1.20 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}} @@ -5896,13 +5896,16 @@ hyperindex=false, % \begin{environment}{MT_gathered_env} % Just like the normal \env{gathered}, only here we're allowed to % specify actions before and after each line. +% \changes{2017/10/30}{v1.20}{added \cs{alignedspace@left} instead of +% \cs{null}\cs{,} as in the other amsmath adjustments} % \begin{macrocode} \MaybeMHPrecedingSpacesOff \newenvironment{MT_gathered_env}[1][c]{% \RIfM@\else \nonmatherr@{\begin{\@currenvir}}% \fi - \null\,% + %\null\,% + \alignedspace@left% \if #1t\vtop \else \if#1b\vbox \else \vcenter \fi\fi \bgroup \Let@ \chardef\dspbrk@context\@ne \restore@math@cr \spread@equation diff --git a/Master/texmf-dist/tex/latex/mathtools/mathtools.sty b/Master/texmf-dist/tex/latex/mathtools/mathtools.sty index 0e2563f7422..f6233a74f93 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}% - [2017/05/24 v1.19 mathematical typesetting tools] + [2017/10/30 v1.20 mathematical typesetting tools] \RequirePackage{keyval,calc} \RequirePackage{mhsetup}[2017/03/31] \MHInternalSyntaxOn @@ -1555,7 +1555,8 @@ \RIfM@\else \nonmatherr@{\begin{\@currenvir}}% \fi - \null\,% + %\null\,% + \alignedspace@left% \if #1t\vtop \else \if#1b\vbox \else \vcenter \fi\fi \bgroup \Let@ \chardef\dspbrk@context\@ne \restore@math@cr \spread@equation -- cgit v1.2.3