summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/amsmath
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-03 22:48:55 +0000
committerKarl Berry <karl@freefriends.org>2016-03-03 22:48:55 +0000
commit51281a1d9ad856c6fb8f7678f9dc70341b7c3428 (patch)
treed60fc936b53121c0e53af6a0bcf03ac7febb600b /Master/texmf-dist/source/latex/amsmath
parent371f0dd34bce7052c08b746eb586b1a8e0069809 (diff)
amsmath (3mar16)
git-svn-id: svn://tug.org/texlive/trunk@39931 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/amsmath')
-rw-r--r--Master/texmf-dist/source/latex/amsmath/amsmath.dtx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/amsmath/amsmath.dtx b/Master/texmf-dist/source/latex/amsmath/amsmath.dtx
index af2d373c627..ea9498f7a15 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/02/20 v2.15 AMS math features]
+\ProvidesPackage{amsmath}[2016/03/03 v2.15a AMS math features]
% \end{macrocode}
%
% \section{Catcode defenses}
@@ -1290,6 +1290,7 @@ Foreign command \@backslashchar#1;\MessageBreak
\else
% \end{macrocode}
% xetex/luatex version
+% \changes{v2.15a}{2016/03/03}{missing percent added}
% \begin{macrocode}
\def\resetMathstrut@{%
\begingroup
@@ -1297,7 +1298,7 @@ Foreign command \@backslashchar#1;\MessageBreak
\def\@tempb##1"##2"##3"##4\relax{%
\endgroup
\ht\Mathstrutbox@=\fontcharht\textfont"##3 "##4\relax
- \dp\Mathstrutbox@=\fontchardp\textfont"##3 "##4\relax}
+ \dp\Mathstrutbox@=\fontchardp\textfont"##3 "##4\relax}%
\expandafter\@tempb\meaning\@tempa \relax
}
% \end{macrocode}