[latex3-commits] [git/LaTeX3-latex3-pdfresources] testlink: ensure that protect is \relax (cdd78d9)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sun Mar 14 22:55:20 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : testlink
Link : https://github.com/latex3/pdfresources/commit/cdd78d9518fd698730993c5e2d68c1328046029c
>---------------------------------------------------------------
commit cdd78d9518fd698730993c5e2d68c1328046029c
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Mar 14 22:55:20 2021 +0100
ensure that protect is \relax
>---------------------------------------------------------------
cdd78d9518fd698730993c5e2d68c1328046029c
hyperref-generic.dtx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hyperref-generic.dtx b/hyperref-generic.dtx
index ee7c998..b3b64c7 100644
--- a/hyperref-generic.dtx
+++ b/hyperref-generic.dtx
@@ -1831,6 +1831,7 @@
% >>
}
{
+ \let\protect\relax
#1
\Hy at xspace@end
\Hy at VerboseLinkStop %where is the start??
@@ -1887,6 +1888,7 @@
% >>
}
{
+ \let\protect\relax
#1\Hy at xspace@end
\Hy at VerboseLinkStop %where is the start??
}
@@ -1947,6 +1949,7 @@
% >>
}
{
+ \let\protect\relax
#2\Hy at xspace@end
\Hy at VerboseLinkStop %where is the start??
}
More information about the latex3-commits
mailing list.