summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/amsmath/amsmath.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/amsmath/amsmath.dtx')
-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}