Skip to content

Commit c5012e6

Browse files
fix for #1608
1 parent 765603a commit c5012e6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

required/amsmath/amsmath.dtx

+4-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Bug reports can be opened (category \texttt{#1}) at\\%
8585
% \end{macrocode}
8686
%
8787
% \begin{macrocode}
88-
\ProvidesPackage{amsmath}[2024/11/05 v2.17t AMS math features]
88+
\ProvidesPackage{amsmath}[2025/01/11 v2.17u AMS math features]
8989
% \end{macrocode}
9090
%
9191
% \section{Catcode defenses}
@@ -3117,9 +3117,11 @@ ill-advised in LaTeX.%
31173117
% \end{macrocode}
31183118
% In case there is an enumerate inside a minipage inside an equation,
31193119
% we need to reset \cn{label} to its normal value:
3120+
% \changes{v2.17u}{2025/01/11}{Correct typo: \cs{@arrayparboxrestore}
3121+
% needs changing not \cs{@arrayboxrestore} (gh/1608)}
31203122
% \begin{macrocode}
31213123
\toks@\@xp{\@arrayparboxrestore \let\label\ltx@label}%
3122-
\edef\@arrayboxrestore{\the\toks@}
3124+
\edef\@arrayparboxrestore{\the\toks@}
31233125
% \end{macrocode}
31243126
%
31253127
% \begin{macrocode}

required/amsmath/changes.txt

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All changes above are only part of the development branch for the next release.
33
================================================================================
44

5+
2025-01-11 Frank Mittelbach <[email protected]>
6+
7+
* amsmath.dtx (subsection{Implementing tags and labels}):
8+
Correct 30 years old typo: \@arrayparboxrestore needs changing
9+
not \@arrayboxrestore (gh/1608)
10+
511
#########################
612
# 2024-11-01a Release
713
#########################

0 commit comments

Comments
 (0)