diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-28 21:02:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-28 21:02:07 +0000 |
commit | 2168e8fbffddbb551fe4620dabf718891e942212 (patch) | |
tree | 0abf83e0f9c429857a7cc59ce1e9e1559f2ff29b /Master/texmf-dist/source/latex/amsmath | |
parent | 3ddd35cdc6f09237f88931bb0741602142c01a47 (diff) |
amsmath (28jun16)
git-svn-id: svn://tug.org/texlive/trunk@41561 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/amsmath')
-rw-r--r-- | Master/texmf-dist/source/latex/amsmath/amsmath.dtx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/amsmath/amsmath.dtx b/Master/texmf-dist/source/latex/amsmath/amsmath.dtx index d40598054dc..21368f69bde 100644 --- a/Master/texmf-dist/source/latex/amsmath/amsmath.dtx +++ b/Master/texmf-dist/source/latex/amsmath/amsmath.dtx @@ -74,7 +74,7 @@ Bug reports can be opened (category \texttt{#1}) at\\% % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}% LaTeX 2.09 can't be used (nor non-LaTeX) [1994/12/01]% LaTeX date must be December 1994 or later -\ProvidesPackage{amsmath}[2016/03/10 v2.15b AMS math features] +\ProvidesPackage{amsmath}[2016/06/28 v2.15d AMS math features] % \end{macrocode} % % \section{Catcode defenses} @@ -922,7 +922,10 @@ Foreign command \@backslashchar#1;\MessageBreak \ifgtest@ % if \keybin@ test \gdef\thedots@{\dotsb@}% \else - \xdef\meaning@{\meaning\@let@token..........}% +% \end{macrocode} +% \changes{v2.15d}{2016/06/28}{Add space token to prevent runaway argument error} +% \begin{macrocode} + \xdef\meaning@{\meaning\@let@token. .........}% % \end{macrocode} % In previous versions \verb|\long| macros were not seen % bad as this file uses \verb|\(re)newcommand| for \verb|\implies| etc. @@ -2541,11 +2544,12 @@ ill-advised in LaTeX.% % case where \cs{@totalleftmargin} is zero but \cs{linewidth} is less % than \cs{columnwidth}), so it seems to me checking \cs{linewidth} % is the best practical solution. +% \changes{v2.15c}{2016/05/23}{\cs{ignorespaces} at the start of the argument} % \begin{macrocode} \ifdim\linewidth=\columnwidth \else \parshape\@ne \@totalleftmargin \linewidth \fi - \noindent##1\par}% + \noindent\ignorespaces##1\par}% \penalty\predisplaypenalty\vskip\abovedisplayskip% }% }} |