[latex3-commits] [latex3/hyperref] noltxcmds: remove ltxcmds in backref.dtx (45f99b2)

github at latex-project.org github at latex-project.org
Tue Nov 14 18:55:06 CET 2023


Repository : https://github.com/latex3/hyperref
On branch  : noltxcmds
Link       : https://github.com/latex3/hyperref/commit/45f99b22288b56300f58af15ccc0f8bb1e34a0bc

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

commit 45f99b22288b56300f58af15ccc0f8bb1e34a0bc
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Nov 14 18:55:06 2023 +0100

    remove ltxcmds in backref.dtx


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

45f99b22288b56300f58af15ccc0f8bb1e34a0bc
 ChangeLog.txt | 1 +
 backref.dtx   | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog.txt b/ChangeLog.txt
index e6ba74a..99c4f72 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,6 +1,7 @@
 2023-11-14 Ulrike Fischer
 	* remove ltxcmds dependency in hluatex.dtx
 	* remove ltxcmds dependency in nameref.dtx (v2.55)
+	* remove ltxcmds dependency in backref.dtx (v1.44)
 
 2023-11-11 David Carlisle
         * remove ltxcmds dependency
diff --git a/backref.dtx b/backref.dtx
index cfcb779..8a58f8e 100644
--- a/backref.dtx
+++ b/backref.dtx
@@ -32,7 +32,7 @@
 %<driver>\ProvidesFile{backref.drv}
 % \fi
 % \ProvidesFile{backref.dtx}
-  [2023-08-01 v1.43 Bibliographical back referencing]%
+  [2023-14-11 v1.44 Bibliographical back referencing]%
 %
 %
 % \iffalse
@@ -304,7 +304,6 @@
 %    \begin{macrocode}
 \RequirePackage{kvoptions}[2011/06/30]
 \RequirePackage{kvsetkeys}[2009/07/30]
-\RequirePackage{ltxcmds}[2009/12/12]
 \SetupKeyvalOptions{%
   family=backref,%
   prefix=BR@,%
@@ -321,7 +320,7 @@
 %    default for the verbose switch.
 %    \begin{macrocode}
 \DeclareBoolOption[%
-  \ltx at ifundefined{ifHy at verbose}{%
+  \@ifundefined{ifHy at verbose}{%
     false%
   }{%
     \ifx\ifHy at verbose\iftrue true\else false\fi





More information about the latex3-commits mailing list.