[latex3-commits] [git/LaTeX3-latex3-pdfresources] reworking-annot: correct pdfborder, must be provided (8f047f7)
Ulrike Fischer
fischer at troubleshooting-tex.de
Thu Jan 21 00:29:12 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : reworking-annot
Link : https://github.com/latex3/pdfresources/commit/8f047f78e26045e7fdce383117ae6426b85cc824
>---------------------------------------------------------------
commit 8f047f78e26045e7fdce383117ae6426b85cc824
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Thu Jan 21 00:29:12 2021 +0100
correct pdfborder, must be provided
>---------------------------------------------------------------
8f047f78e26045e7fdce383117ae6426b85cc824
hyperref-generic.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hyperref-generic.dtx b/hyperref-generic.dtx
index b1f9985..463a368 100644
--- a/hyperref-generic.dtx
+++ b/hyperref-generic.dtx
@@ -142,7 +142,7 @@
% \item |colorlinks| will as before disable the |pdfborder|, but it is possible to change
% this in the document at any time, or to reenable the border if wanted.
% Internally |colorlinks| \& friends will no longer define/undefine
-% |\Hy at colorlink|,
+% |\Hy at colorlink|, but instead use the hooks provided by the \pkg{l3pdfannot} package.
% \item
%
% \end{itemize}
@@ -582,8 +582,8 @@
%
% This command must be provided for now, but they are unused by the driver:
% \begin{macrocode}
-\tl_new:N\@pdfborder
-\tl_new:N\@pdfborderstyle
+\providecommand\@pdfborder{}
+\providecommand\@pdfborderstyle{}
% \end{macrocode}
%
% We force unicode as option. As bookmarks are still using \cs{pdfstringdef}
More information about the latex3-commits
mailing list.