Skip to content

Commit

Permalink
fix for #1608
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankMittelbach committed Jan 11, 2025
1 parent 765603a commit c5012e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 4 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,11 @@ 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 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

0 comments on commit c5012e6

Please sign in to comment.