[latex3-commits] [git/LaTeX3-latex3-pdfresources] drivers: corrected typos (726dd58)
Ulrike Fischer
fischer at troubleshooting-tex.de
Tue Apr 9 15:03:20 CEST 2019
Repository : https://github.com/latex3/pdfresources
On branch : drivers
Link : https://github.com/latex3/pdfresources/commit/726dd58723fb8a872f156decb8852f636af58ff9
>---------------------------------------------------------------
commit 726dd58723fb8a872f156decb8852f636af58ff9
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Apr 9 15:03:20 2019 +0200
corrected typos
>---------------------------------------------------------------
726dd58723fb8a872f156decb8852f636af58ff9
pdfresources.dtx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pdfresources.dtx b/pdfresources.dtx
index a906c09..d1ae843 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: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} }
+ { \@@_pdf_startlink:nnn {#1} { user } {#2} }
\cs_new_protected:Npx \@@_pdf_startlink:nnn #1#2#3
{
\cs_if_exist:NTF \tex_pdfextension:D
@@ -106,7 +106,7 @@
%
% \begin{macro}{\driver_pdf_endlink:}
% \begin{macrocode}
-\cs_new_protected:Npx \@@_pdf_endline:
+\cs_new_protected:Npx \@@_pdf_endlink:
{
\cs_if_exist:NTF \tex_pdfextension:D
{ \tex_pdfextension:D endlink }
@@ -136,9 +136,9 @@
% \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} }
+ { \@@_pdf_startlink:nnn {#1} { } {#2} }
\cs_new_protected:Npn \@@_pdf_startlink:nnn #1#2#3
{
\@@_pdf:n
@@ -156,7 +156,7 @@
%
% \begin{macro}{\driver_pdf_endlink:}
% \begin{macrocode}
-\cs_new_protected:Npx \driver_pdf_endline:
+\cs_new_protected:Npx \driver_pdf_endlink:
{ \@@_pdf:n { eann } }
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list