Commit c5012e6 1 parent 765603a commit c5012e6 Copy full SHA for c5012e6
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Bug reports can be opened (category \texttt{#1}) at\\%
85
85
% \end{macrocode}
86
86
%
87
87
% \begin{macrocode}
88
- \ProvidesPackage {amsmath}[2024/11/05 v2.17t AMS math features]
88
+ \ProvidesPackage {amsmath}[2025/01/11 v2.17u AMS math features]
89
89
% \end{macrocode}
90
90
%
91
91
% \section{Catcode defenses}
@@ -3117,9 +3117,11 @@ ill-advised in LaTeX.%
3117
3117
% \end{macrocode}
3118
3118
% In case there is an enumerate inside a minipage inside an equation,
3119
3119
% 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)}
3120
3122
% \begin{macrocode}
3121
3123
\toks@\@xp {\@arrayparboxrestore \let\label\ltx@label }%
3122
- \edef\@arrayboxrestore {\the\toks@ }
3124
+ \edef\@arrayparboxrestore {\the\toks@ }
3123
3125
% \end{macrocode}
3124
3126
%
3125
3127
% \begin{macrocode}
Original file line number Diff line number Diff line change 2
2
All changes above are only part of the development branch for the next release.
3
3
================================================================================
4
4
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
+
5
11
#########################
6
12
# 2024-11-01a Release
7
13
#########################
You can’t perform that action at this time.
0 commit comments