From bf7b4205d879f5a67cacddab493583cb19169544 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 17 Jun 2015 22:41:28 +0000 Subject: mathtools (17jun15) git-svn-id: svn://tug.org/texlive/trunk@37587 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/mathtools/mathtools.sty | 26 ++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/tex/latex/mathtools') diff --git a/Master/texmf-dist/tex/latex/mathtools/mathtools.sty b/Master/texmf-dist/tex/latex/mathtools/mathtools.sty index f4e05d0104e..027a0a2328c 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}% - [2015/05/11 v1.16 mathematical typesetting tools] + [2015/06/17 v1.17 mathematical typesetting tools] \RequirePackage{keyval,calc} \RequirePackage{mhsetup}[2010/01/21] \MHInternalSyntaxOn @@ -1221,7 +1221,13 @@ \vskip\normallineskiplimit % CCS \vskip\l_MT_above_intertext_sep \vbox{\normalbaselines - \ifdim\linewidth=\columnwidth + \ifdim + \ifdim\@totalleftmargin=\z@ + \linewidth + \else + -\maxdimen + \fi + =\columnwidth \else \parshape\@ne \@totalleftmargin \linewidth \fi \noindent##1\par}% @@ -1244,7 +1250,13 @@ \noalign{% \penalty\postdisplaypenalty\vskip\abovedisplayshortskip \vbox{\normalbaselines - \if_dim:w \linewidth=\columnwidth + \if_dim:w + \if_dim:w \@totalleftmargin=\z@ + \linewidth + \else: + -\maxdimen + \fi: + =\columnwidth \else: \parshape\@ne \@totalleftmargin \linewidth \fi: @@ -1282,7 +1294,13 @@ \vskip\normallineskiplimit \vskip\l_MT_above_shortintertext_sep \vbox{\normalbaselines - \if_dim:w \linewidth=\columnwidth + \if_dim:w + \if_dim:w \@totalleftmargin=\z@ + \linewidth + \else: + -\maxdimen + \fi: + =\columnwidth \else: \parshape\@ne \@totalleftmargin \linewidth \fi: -- cgit v1.2.3