summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/newpax/newpax.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/newpax/newpax.sty')
-rw-r--r--Master/texmf-dist/tex/latex/newpax/newpax.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/newpax/newpax.sty b/Master/texmf-dist/tex/latex/newpax/newpax.sty
index e25397bb435..10fba941d1a 100644
--- a/Master/texmf-dist/tex/latex/newpax/newpax.sty
+++ b/Master/texmf-dist/tex/latex/newpax/newpax.sty
@@ -6,7 +6,7 @@
%%
%% newpax.dtx (with options: `package')
%%
-%% Copyright (C) 2021 Ulrike Fischer
+%% Copyright (C) 2021,2022 Ulrike Fischer
%%
%% It may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License (LPPL), either version 1.3c of
@@ -20,7 +20,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{newpax}%
- [2021-03-07 v0.51 Annotation support for PDF graphics based on pax.sty adapted by (UF)]%
+ [2022-06-27 v0.52 Annotation support for PDF graphics based on pax.sty adapted by (UF)]%
\ExplSyntaxOn
\bool_if:nF
{
@@ -472,12 +472,12 @@
\def\NEWPAX@htype@Named{link}
\def\NEWPAX@htype@URI{url}
+\ExplSyntaxOn
\def\NEWPAX@link@URI{%
\NEWPAX@pdf@annot{%
- /URI\NEWPAX@key@URI
+ /URI\tl_to_str:V\NEWPAX@key@URI
}%
}
-\ExplSyntaxOn
\def\NEWPAX@link@Named{%
\NEWPAX@pdf@annot{%
/N \pdf_name_from_unicode_e:n{\NEWPAX@key@Name} %the value is from a pdf so we can assume it is correctly escaped??