Skip to content

Commit

Permalink
move hyperref patch + add mathopen, issue 652
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Aug 24, 2021
1 parent a41c74e commit 0003ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions required/amsmath/amsmath.dtx
Expand Up @@ -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}
Expand Down Expand Up @@ -6505,10 +6505,10 @@ Cannot use `split' here;\MessageBreak trying to recover with `aligned'}%
%
% \begin{macrocode}
\renewenvironment{equation}{%
\incr@eqnum
\mathdisplay@push
\st@rredfalse \global\@eqnswtrue
\mathdisplay{equation}%
\incr@eqnum\mathopen{}%
}{%
\endmathdisplay{equation}%
\mathdisplay@pop
Expand Down

0 comments on commit 0003ac9

Please sign in to comment.