[latex3-commits] [git/LaTeX3-latex3-latex2e] gh652-2: move hyperref patch + add mathopen, issue 652 (0003ac9c)
Ulrike Fischer
fischer at troubleshooting-tex.de
Tue Aug 24 14:10:16 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : gh652-2
Link : https://github.com/latex3/latex2e/commit/0003ac9c7557fa3621211856a10e970b2f973443
>---------------------------------------------------------------
commit 0003ac9c7557fa3621211856a10e970b2f973443
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Aug 24 14:10:16 2021 +0200
move hyperref patch + add mathopen, issue 652
>---------------------------------------------------------------
0003ac9c7557fa3621211856a10e970b2f973443
required/amsmath/amsmath.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/required/amsmath/amsmath.dtx b/required/amsmath/amsmath.dtx
index 4300dded..17c11314 100644
--- a/required/amsmath/amsmath.dtx
+++ b/required/amsmath/amsmath.dtx
@@ -86,7 +86,7 @@ Bug reports can be opened (category \texttt{#1}) at\\%
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesPackage{amsmath}[2021/07/08 v2.17j AMS math features]
+\ProvidesPackage{amsmath}[2021/08/28 v2.17k AMS math features]
% \end{macrocode}
%
% \section{Catcode defenses}
@@ -6505,10 +6505,10 @@ Cannot use `split' here;\MessageBreak trying to recover with `aligned'}%
%
% \begin{macrocode}
\renewenvironment{equation}{%
- \incr at eqnum
\mathdisplay at push
\st at rredfalse \global\@eqnswtrue
\mathdisplay{equation}%
+ \incr at eqnum\mathopen{}%
}{%
\endmathdisplay{equation}%
\mathdisplay at pop
More information about the latex3-commits
mailing list.