[latex3-commits] [git/LaTeX3-latex3-pdfresources] drivers: Correct internal macro names (d223ad9)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Apr 8 20:57:19 CEST 2019


Repository : https://github.com/latex3/pdfresources
On branch  : drivers
Link       : https://github.com/latex3/pdfresources/commit/d223ad9008bfb8e5ad2725549cd004fc606367a2

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

commit d223ad9008bfb8e5ad2725549cd004fc606367a2
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Apr 8 19:57:19 2019 +0100

    Correct internal macro names


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

d223ad9008bfb8e5ad2725549cd004fc606367a2
 pdfresources.dtx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pdfresources.dtx b/pdfresources.dtx
index 07b070b..3b84f76 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -88,9 +88,9 @@
 % \begin{macro}{\@@_pdf_startlink:nnn}
 %    \begin{macrocode}
 \cs_new_protected:Npn \driver_pdf_startlink_goto:nn #1#2
-  { \@@_pdf_startlink:nn {#1} { goto~name } {#3} }
+  { \@@_pdf_startlink:nnn {#1} { goto~name } {#3} }
 \cs_new_protected:Npn \driver_pdf_startlink_user:nn #1#2
-  { \@@_pdf_startlink:nn {#1} { user } {#3} }
+  { \@@_pdf_startlink:nnn {#1} { user } {#3} }
 \cs_new_protected:Npx \@@_pdf_startlink:nn #1#2#3
   {
     \cs_if_exist:NTF \tex_pdfextension:D
@@ -136,9 +136,9 @@
 % \begin{macro}{\@@_pdf_startlink:nnn}
 %    \begin{macrocode}
 \cs_new_protected:Npn \driver_pdf_startlink_goto:nn #1#2
-  { \@@_pdf_startlink:nn {#1} { /GoTo } {#3} }
+  { \@@_pdf_startlink:nnn {#1} { /GoTo } {#3} }
 \cs_new_protected:Npn \driver_pdf_startlink_user:nn #1#2
-  { \@@_pdf_startlink:nn {#1} { } {#3} }
+  { \@@_pdf_startlink:nnn {#1} { } {#3} }
 \cs_new_protected:Npn \@@_pdf_startlink:nn #1#2#3
   {
     \@@_pdf:n





More information about the latex3-commits mailing list