[latex3-commits] [latex3/hyperref] develop: add support for XR at URL to properties (a28d579)

github at latex-project.org github at latex-project.org
Fri Jan 19 22:39:44 CET 2024


Repository : https://github.com/latex3/hyperref
On branch  : develop
Link       : https://github.com/latex3/hyperref/commit/a28d5795188fb95cb17f39904d9193490536ff98

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

commit a28d5795188fb95cb17f39904d9193490536ff98
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri Jan 19 22:39:44 2024 +0100

    add support for XR at URL to properties


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

a28d5795188fb95cb17f39904d9193490536ff98
 xr-hyper.sty | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xr-hyper.sty b/xr-hyper.sty
index e709f1a..b2d56ad 100644
--- a/xr-hyper.sty
+++ b/xr-hyper.sty
@@ -130,7 +130,8 @@
     {\expandafter\bibcite\expandafter{\XR at prefix#2}{#3}}%
     {\edef\XR at list{\XR at list\filename at area#2\relax}}%
     {%
-      \expandafter\new at label@record\expandafter{\XR at prefix#2}{#3}%
+      \edef\next{\noexpand\new at label@record{\XR at prefix#2}{\unexpanded{#3}{xr-url}{\XR at URL}}}%
+      \next
     }
   \ifeof\@inputcheck\expandafter\XR at aux
   \else\expandafter\XR at read\fi}





More information about the latex3-commits mailing list.