[latex3-commits] [git/LaTeX3-latex3-hyperref] cleanup-patches: eqnarray uses protected in the kernel2 (1f0e8fe)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Feb 7 15:16:57 CET 2023


Repository : https://github.com/latex3/hyperref
On branch  : cleanup-patches
Link       : https://github.com/latex3/hyperref/commit/1f0e8fed36030417c7f26efb532b2a676ecad707

>---------------------------------------------------------------

commit 1f0e8fed36030417c7f26efb532b2a676ecad707
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Feb 7 15:16:57 2023 +0100

    eqnarray uses protected in the kernel2


>---------------------------------------------------------------

1f0e8fed36030417c7f26efb532b2a676ecad707
 hyperref.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperref.dtx b/hyperref.dtx
index f8bfc92..acdae76 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -10893,7 +10893,7 @@
 % way to trap this. Bill Moss found this.
 %    \begin{macrocode}
 \@namedef{eqnarray*}{%
-  \def\@eqncr{\nonumber\@seqncr}\@eqnstartrue\eqnarray
+  \protected\def\@eqncr{\nonumber\@seqncr}\@eqnstartrue\eqnarray
 }
 \@namedef{endeqnarray*}{%
   \nonumber\endeqnarray\@eqnstarfalse





More information about the latex3-commits mailing list.