[latex3-commits] [git/LaTeX3-latex3-pdfresources] master: correct lauch command (6447805)

Ulrike Fischer fischer at troubleshooting-tex.de
Wed Mar 18 00:22:23 CET 2020


Repository : https://github.com/latex3/pdfresources
On branch  : master
Link       : https://github.com/latex3/pdfresources/commit/64478058057e7691d06dc4e116298c23780b1ede

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

commit 64478058057e7691d06dc4e116298c23780b1ede
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed Mar 18 00:22:23 2020 +0100

    correct lauch command


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

64478058057e7691d06dc4e116298c23780b1ede
 hgeneric-experimental.def | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hgeneric-experimental.def b/hgeneric-experimental.def
index add1b1f..83f33b9 100644
--- a/hgeneric-experimental.def
+++ b/hgeneric-experimental.def
@@ -566,7 +566,11 @@
 
 \ExplSyntaxOn
 % use by run links xxxxxxxxxxx
-\def\@hyper at launch run:#1\\#2#3 % filename, anchor text linkname
+\use:x
+  { % filename, anchor text, linkname
+    \cs_set_protected:Npn \exp_not:N \@hyper at launch run \c_colon_str ##1 \exp_not:N \\ ##2 ##3
+  }
+%\def\@hyper at launch run:#1\\#2#3 % filename, anchor text linkname
  {
   \group_begin:
     \Hy at pstringdef\Hy at pstringF{#1}%





More information about the latex3-commits mailing list.