diff --git a/required/amsmath/amsmath.dtx b/required/amsmath/amsmath.dtx index b56c65203..46764ee6f 100644 --- a/required/amsmath/amsmath.dtx +++ b/required/amsmath/amsmath.dtx @@ -85,7 +85,7 @@ Bug reports can be opened (category \texttt{#1}) at\\% % \end{macrocode} % % \begin{macrocode} -\ProvidesPackage{amsmath}[2024/11/05 v2.17t AMS math features] +\ProvidesPackage{amsmath}[2025/01/11 v2.17u AMS math features] % \end{macrocode} % % \section{Catcode defenses} @@ -3117,9 +3117,12 @@ ill-advised in LaTeX.% % \end{macrocode} % In case there is an enumerate inside a minipage inside an equation, % we need to reset \cn{label} to its normal value: +% \changes{v2.17u}{2025/01/11}{Correct 30 years old typo: +% \cs{@arrayparboxrestore} needs changing not +% \cs{@arrayboxrestore} (gh/1608)} % \begin{macrocode} \toks@\@xp{\@arrayparboxrestore \let\label\ltx@label}% -\edef\@arrayboxrestore{\the\toks@} +\edef\@arrayparboxrestore{\the\toks@} % \end{macrocode} % % \begin{macrocode} diff --git a/required/amsmath/changes.txt b/required/amsmath/changes.txt index 3a4e6fd46..9bbaa2191 100644 --- a/required/amsmath/changes.txt +++ b/required/amsmath/changes.txt @@ -2,6 +2,12 @@ All changes above are only part of the development branch for the next release. ================================================================================ +2025-01-11 Frank Mittelbach + + * amsmath.dtx (subsection{Implementing tags and labels}): + Correct 30 years old typo: \@arrayparboxrestore needs changing + not \@arrayboxrestore (gh/1608) + ######################### # 2024-11-01a Release #########################