[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move /Subtype /Link (ac93056)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Apr 21 18:15:19 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/ac930561e65ed1892ca7985b2b882677440d76f9
>---------------------------------------------------------------
commit ac930561e65ed1892ca7985b2b882677440d76f9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Apr 21 17:15:19 2019 +0100
Move /Subtype /Link
>---------------------------------------------------------------
ac930561e65ed1892ca7985b2b882677440d76f9
l3kernel/l3drivers-pdf.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index f90884b..e9acc28 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -1094,7 +1094,7 @@
\cs_new_protected:Npn \driver_pdf_link_begin_goto:nnw #1#2
{ \@@_pdf_link_begin:nnnw {#1} { goto~name } {#2} }
\cs_new_protected:Npn \driver_pdf_link_begin_user:nnw #1#2
- { \@@_pdf_link_begin:nnnw {#1} { user } {#2} }
+ { \@@_pdf_link_begin:nnnw {#1} { user } { /Subtype /Link #2 } }
\cs_new_protected:Npx \@@_pdf_link_begin:nnnw #1#2#3
{
\@@_pdf_AR_fix:
@@ -1102,7 +1102,7 @@
{ \tex_pdfextension:D startlink ~ }
{ \tex_pdfstartlink:D }
attr {#1}
- #2 { /Subtype /Link #3 }
+ #2 {#3}
}
\cs_new_protected:Npx \driver_pdf_link_end:
{
More information about the latex3-commits
mailing list