[latex3-commits] [git/LaTeX3-latex3-pdfresources] drivers: More typos (aaeb1a8)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Apr 9 14:44:57 CEST 2019
Repository : https://github.com/latex3/pdfresources
On branch : drivers
Link : https://github.com/latex3/pdfresources/commit/aaeb1a8f0a6bea5a809995eee0cc53c542dcb0cc
>---------------------------------------------------------------
commit aaeb1a8f0a6bea5a809995eee0cc53c542dcb0cc
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Apr 9 13:44:57 2019 +0100
More typos
>---------------------------------------------------------------
aaeb1a8f0a6bea5a809995eee0cc53c542dcb0cc
pdfresources.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pdfresources.dtx b/pdfresources.dtx
index 3b84f76..a906c09 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -91,7 +91,7 @@
{ \@@_pdf_startlink:nnn {#1} { goto~name } {#3} }
\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
+\cs_new_protected:Npx \@@_pdf_startlink:nnn #1#2#3
{
\cs_if_exist:NTF \tex_pdfextension:D
{ \tex_pdfextension:D startlink ~ }
@@ -139,7 +139,7 @@
{ \@@_pdf_startlink:nnn {#1} { /GoTo } {#3} }
\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
+\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 \@@_pdf_endline:
+\cs_new_protected:Npx \driver_pdf_endline:
{ \@@_pdf:n { eann } }
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list