Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gh1608 #1617

Merged
merged 2 commits into from
Jan 11, 2025
Merged

Gh1608 #1617

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions required/amsmath/amsmath.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down
6 changes: 6 additions & 0 deletions required/amsmath/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All changes above are only part of the development branch for the next release.
================================================================================

2025-01-11 Frank Mittelbach <[email protected]>

* amsmath.dtx (subsection{Implementing tags and labels}):
Correct 30 years old typo: \@arrayparboxrestore needs changing
not \@arrayboxrestore (gh/1608)

#########################
# 2024-11-01a Release
#########################
Expand Down
Loading