[latex3-commits] [git/LaTeX3-latex3-pdfresources] reworking-annot: adapt test file (5f0d5bb)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon Dec 7 10:34:22 CET 2020
Repository : https://github.com/latex3/pdfresources
On branch : reworking-annot
Link : https://github.com/latex3/pdfresources/commit/5f0d5bbe02d0c94fc11f4912f2c7c2246be7c452
>---------------------------------------------------------------
commit 5f0d5bbe02d0c94fc11f4912f2c7c2246be7c452
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Dec 7 10:34:22 2020 +0100
adapt test file
>---------------------------------------------------------------
5f0d5bbe02d0c94fc11f4912f2c7c2246be7c452
testfiles-dvips/linkhook.pvt | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/testfiles-dvips/linkhook.pvt b/testfiles-dvips/linkhook.pvt
index 19d3942..12a4897 100644
--- a/testfiles-dvips/linkhook.pvt
+++ b/testfiles-dvips/linkhook.pvt
@@ -24,35 +24,34 @@
%add hooks:
\ExplSyntaxOn\makeatletter
\hook_gput_code:nnn
- {pdf/annot/Link/URI/before}
+ {pdfannot/link/URI/before}
{ pdf }
{
begin~url
}
- \pdfdict_put:nnn
- {l_annot/Link/URI}
+\pdfannot_dict_put:nnn
+ {link/URI}
{ StructParent }
{ 123 }
\hook_gput_code:nnn
- {pdf/annot/Link/URI/after}
+ {pdfannot/link/URI/after}
{ pdf }
{
end~url
}
-\pdfdict_put:nnn
- {l_annot/Link/URI}
+\pdfannot_dict_put:nnn
+ {link/URI}
{ Contents }
{ (url) }
- \pdfdict_put:nnn
- {l_annot/Link/GoTo}
+\pdfannot_dict_put:nnn
+ {link/GoTo}
{ Contents }
{ (ref) }
-
\ExplSyntaxOff
\begin{document}
\href{www.dante.de}{link}
More information about the latex3-commits
mailing list.