diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-17 22:41:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-17 22:41:28 +0000 |
commit | bf7b4205d879f5a67cacddab493583cb19169544 (patch) | |
tree | 62862be6696f57748685d8d0979eb4134d5200c5 /Master/texmf-dist/tex/latex | |
parent | 7bf720bd2b14ba547dbc0bfc46d4ef9b461cdfb5 (diff) |
mathtools (17jun15)
git-svn-id: svn://tug.org/texlive/trunk@37587 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/mathtools/mathtools.sty | 26 |
1 files changed, 22 insertions, 4 deletions
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: |