From 343149415948f873715217dff41493941d20cd90 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 8 Jan 2018 22:18:48 +0000 Subject: mathtools (8jan18) git-svn-id: svn://tug.org/texlive/trunk@46250 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 436462 -> 436462 bytes Master/texmf-dist/doc/latex/mathtools/mhsetup.pdf | Bin 235863 -> 235863 bytes .../source/latex/mathtools/mathtools.dtx | 14 ++++++++++---- .../texmf-dist/tex/latex/mathtools/mathtools.sty | 6 ++++-- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Master/texmf-dist/doc/latex/mathtools/empheq.pdf b/Master/texmf-dist/doc/latex/mathtools/empheq.pdf index 5ea01a906a8..21f60c5015f 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 a0cce8eebc9..d0500124133 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 63bdae960f8..ee2734121bd 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 06a6c6c4a43..d5facd8df28 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/10/30 v1.20} +\Msg{* Package: mathtools 2018/01/08 v1.21} \Msg{************************************************************************} \keepsilent @@ -131,7 +131,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{mathtools.drv}% - [2017/10/30 v1.20 mathematical typesetting tools] + [2018/01/08 v1.21 mathematical typesetting tools] \documentclass{ltxdoc} \IfFileExists{fourier.sty}{\usepackage{fourier}}{} \addtolength\marginparwidth{-25pt} @@ -2713,7 +2713,7 @@ hyperindex=false, % \begin{macrocode} %<*package> \ProvidesPackage{mathtools}% - [2017/10/30 v1.20 mathematical typesetting tools] + [2018/01/08 v1.21 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}} @@ -5271,7 +5271,11 @@ hyperindex=false, \penalty\predisplaypenalty\vskip\abovedisplayskip% \vskip-\lineskiplimit % CCS \vskip\normallineskiplimit % CCS - \vskip\l_MT_above_intertext_sep +% \end{macrocode} +% \changes{v1.21}{2018/01/08}{Typo, it should use \texttt{\_below\_} +% not \texttt{\_above\_}} +% \begin{macrocode} + \vskip\l_MT_below_intertext_sep }% }% % \end{macrocode} @@ -5280,6 +5284,8 @@ hyperindex=false, % us to get the same error messages as \cs{intertext}. % \changes{v1.19}{2017/03/31}{Added} % \begin{macrocode} + % also activate \shortintertext, such that is is only available when + % \intertext is \MH_let:NwN \shortintertext \shortintertext@ } % \end{macrocode} diff --git a/Master/texmf-dist/tex/latex/mathtools/mathtools.sty b/Master/texmf-dist/tex/latex/mathtools/mathtools.sty index f6233a74f93..06f60b12263 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/10/30 v1.20 mathematical typesetting tools] + [2018/01/08 v1.21 mathematical typesetting tools] \RequirePackage{keyval,calc} \RequirePackage{mhsetup}[2017/03/31] \MHInternalSyntaxOn @@ -1255,9 +1255,11 @@ \penalty\predisplaypenalty\vskip\abovedisplayskip% \vskip-\lineskiplimit % CCS \vskip\normallineskiplimit % CCS - \vskip\l_MT_above_intertext_sep + \vskip\l_MT_below_intertext_sep }% }% + % also activate \shortintertext, such that is is only available when + % \intertext is \MH_let:NwN \shortintertext \shortintertext@ } \def\MT_orig_intertext_true: { -- cgit v1.2.3