[latex3-commits] [git/LaTeX3-latex3-hyperref] cleanup-patches: remove test for slide (6f950e1)
Ulrike Fischer
fischer at troubleshooting-tex.de
Wed Apr 20 18:48:28 CEST 2022
Repository : https://github.com/latex3/hyperref
On branch : cleanup-patches
Link : https://github.com/latex3/hyperref/commit/6f950e198693a40be56d3b328f20a2052c3086d8
>---------------------------------------------------------------
commit 6f950e198693a40be56d3b328f20a2052c3086d8
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Wed Apr 20 18:48:28 2022 +0200
remove test for slide
>---------------------------------------------------------------
6f950e198693a40be56d3b328f20a2052c3086d8
hyperref.dtx | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/hyperref.dtx b/hyperref.dtx
index c8b2796..3f4def2 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -25,7 +25,7 @@
%% The list of all files belonging to the `Hyperref Bundle' is
%% given in the file `manifest.txt'.
%%
-%<package|nohyperref|driver|check>\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+%<package|nohyperref|driver|check>\NeedsTeXFormat{LaTeX2e}[2020/10/01]
%<package>\ProvidesPackage{hyperref}
%<nohyperref>\ProvidesPackage{nohyperref}
%<driver>\ProvidesFile{hyperref.drv}
@@ -10381,11 +10381,11 @@
% \begin{macrocode}
\let\H at refstepcounter\refstepcounter
\edef\name at of@eq{equation}%
-\edef\name at of@slide{slide}%
% \end{macrocode}
% We do not want the handler for |\refstepcounter| to cut in
% during the processing of |\item| (we handle that separately),
% so we provide a bypass conditional.
+% change 2022-04-22: removed test for slide.
% \begin{macrocode}
\newif\if at hyper@item
\newif\if at skiphyperref
@@ -10395,9 +10395,6 @@
\ifHy at pdfstring
\else
\H at refstepcounter{#1}%
- \edef\This at name{#1}%
- \ifx\This at name\name at of@slide
- \else
\if at skiphyperref
\else
\if at hyper@item
@@ -10408,7 +10405,6 @@
\hyper at refstepcounter{#1}%
\fi
\fi
- \fi
\fi
}
\let\Hy at saved@refstepcounter\refstepcounter
More information about the latex3-commits
mailing list.