[latex3-commits] [git/LaTeX3-latex3-pdfresources] testlinkstuff: driver_pdf_endlink, some typos (6ed4314)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Apr 9 15:41:49 CEST 2019


Repository : https://github.com/latex3/pdfresources
On branch  : testlinkstuff
Link       : https://github.com/latex3/pdfresources/commit/6ed4314261b1d8e3d4710112458c94b1c0376d39

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

commit 6ed4314261b1d8e3d4710112458c94b1c0376d39
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Apr 9 15:41:49 2019 +0200

    driver_pdf_endlink, some typos


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

6ed4314261b1d8e3d4710112458c94b1c0376d39
 pdfresources.dtx |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/pdfresources.dtx b/pdfresources.dtx
index de8558c..57eadc0 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -96,10 +96,10 @@
 % \begin{macro}{\@@_pdf_startlink:nnn}
 %    \begin{macrocode}
 \cs_new_protected:Npn \driver_pdf_startlink_goto:nn #1#2
-  { \@@_pdf_startlink:nnn {#1} { goto~name } {#3} }
+  { \@@_pdf_startlink:nnn {#1} { goto~name } {#2} }
 \cs_new_protected:Npn \driver_pdf_startlink_user:nn #1#2
-  { \@@_pdf_startlink:nnn {#1} { user } {#3} }
-\cs_new_protected:Npx \@@_pdf_startlink:nn #1#2#3
+  { \@@_pdf_startlink:nnn {#1} { user } {#2} }
+\cs_new_protected:Npx \@@_pdf_startlink:nnn #1#2#3
   {
     \cs_if_exist:NTF \tex_pdfextension:D
       { \tex_pdfextension:D startlink ~ }
@@ -114,7 +114,7 @@
 %
 % \begin{macro}{\driver_pdf_endlink:}
 %    \begin{macrocode}
-\cs_new_protected:Npx \@@_pdf_endlink:
+\cs_new_protected:Npx \driver_pdf_endlink:
   {
     \cs_if_exist:NTF \tex_pdfextension:D
       { \tex_pdfextension:D endlink }
@@ -144,10 +144,10 @@
 % \begin{macro}{\@@_pdf_startlink:nnn}
 %    \begin{macrocode}
 \cs_new_protected:Npn \driver_pdf_startlink_goto:nn #1#2
-  { \@@_pdf_startlink:nnn {#1} { /GoTo } {#3} }
+  { \@@_pdf_startlink:nnn {#1} { /GoTo } {#2} }
 \cs_new_protected:Npn \driver_pdf_startlink_user:nn #1#2
-  { \@@_pdf_startlink:nnn {#1} { } {#3} }
-\cs_new_protected:Npn \@@_pdf_startlink:nn #1#2#3
+  { \@@_pdf_startlink:nnn {#1} { } {#2} }
+\cs_new_protected:Npn \@@_pdf_startlink:nnn #1#2#3
   {
     \@@_pdf:n
       {
@@ -164,7 +164,7 @@
 %
 % \begin{macro}{\driver_pdf_endlink:}
 %    \begin{macrocode}
-\cs_new_protected:Npx \@@_pdf_endlink:
+\cs_new_protected:Npx \driver_pdf_endlink:
   { \@@_pdf:n { eann } }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list