[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct a sig (926154e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Jun 2 21:38:05 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/926154ea3782bfaaebc4cfc48a884ee4f6982ae0
>---------------------------------------------------------------
commit 926154ea3782bfaaebc4cfc48a884ee4f6982ae0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jun 2 20:38:05 2019 +0100
Correct a sig
>---------------------------------------------------------------
926154ea3782bfaaebc4cfc48a884ee4f6982ae0
l3kernel/l3backend-pdf.dtx | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/l3kernel/l3backend-pdf.dtx b/l3kernel/l3backend-pdf.dtx
index ac05d8f..68d1aff 100644
--- a/l3kernel/l3backend-pdf.dtx
+++ b/l3kernel/l3backend-pdf.dtx
@@ -83,12 +83,12 @@
%<*dvips>
% \end{macrocode}
%
-% \begin{macro}{\@@_backend_pdfmark:nn, \@@_backend_pdfmark:nx}
+% \begin{macro}{\@@_backend_pdfmark:n, \@@_backend_pdfmark:x}
% Used often enough it should be a separate function.
% \begin{macrocode}
-\cs_new_protected:Npn \@@_backend_pdfmark:nn #1
+\cs_new_protected:Npn \@@_backend_pdfmark:n #1
{ \__kernel_backend_postscript:n { mark #1 ~ pdfmark } }
-\cs_generate_variant:Nn \@@_backend_pdfmark:nn { x }
+\cs_generate_variant:Nn \@@_backend_pdfmark:n { x }
% \end{macrocode}
% \end{macro}
%
@@ -97,9 +97,9 @@
% \begin{macro}{\@@_backend_catalog_gput:nn, \@@_backend_info_gput:nn}
% \begin{macrocode}
\cs_new_protected:Npn \@@_backend_catalog_gput:nn #1#2
- { \@@_backend_pdfmark:nn { { Catalog } << /#1 ~ #2 >> /PUT } }
+ { \@@_backend_pdfmark:n { { Catalog } << /#1 ~ #2 >> /PUT } }
\cs_new_protected:Npn \@@_backend_info_gput:nn #1#2
- { \@@_backend_pdfmark:nn { /#1 ~ #2 /DOCINFO } }
+ { \@@_backend_pdfmark:n { /#1 ~ #2 /DOCINFO } }
% \end{macrocode}
% \end{macro}
%
@@ -144,7 +144,7 @@
% \begin{macrocode}
\cs_new_protected:Npn \@@_backend_object_write:nn #1#2
{
- \@@_backend_pdfmark:nx
+ \@@_backend_pdfmark:x
{
/_objdef ~ \@@_backend_object_ref:n {#1}
/type
@@ -165,12 +165,12 @@
\cs_generate_variant:Nn \@@_backend_object_write:nn { nx }
\cs_new_protected:Npn \@@_backend_object_write_array:nn #1#2
{
- \@@_backend_pdfmark:nx
+ \@@_backend_pdfmark:x
{ #1 [ ~ \exp_not:n {#2} ~ ] ~ /PUTINTERVAL }
}
\cs_new_protected:Npn \@@_backend_object_write_dict:nn #1#2
{
- \@@_backend_pdfmark:nx
+ \@@_backend_pdfmark:x
{ #1 << \exp_not:n {#2} >> /PUT }
}
\cs_new_protected:Npn \@@_backend_object_write_stream:nn #1#2
@@ -198,7 +198,7 @@
\cs_new_protected:Npn \@@_backend_object_now:nn #1#2
{
\int_gincr:N \g_@@_backend_object_int
- \@@_backend_pdfmark:nx
+ \@@_backend_pdfmark:x
{
/_objdef ~ { pdf.obj \int_use:N \g_@@_backend_object_int }
/type
@@ -797,7 +797,7 @@
\@@_backend_annotation_aux:nnnn {#1} {#2} {#3} {#4}
\int_gincr:N \g_@@_backend_object_int
\int_gset_eq:NN \g_@@_backend_annotation_int \g_@@_backend_object_int
- \@@_backend_pdfmark:nx
+ \@@_backend_pdfmark:x
{
/_objdef { pdf.obj \int_use:N \g_@@_backend_object_int }
@@ -821,7 +821,7 @@
}
\int_gincr:N \g_@@_backend_object_int
\int_gset_eq:NN \g_@@_backend_annotation_int \g_@@_backend_object_int
- \@@_backend_pdfmark:nx
+ \@@_backend_pdfmark:x
{
/_objdef { pdf.obj \int_use:N \g_@@_backend_object_int }
pdf.rect
@@ -1153,7 +1153,7 @@
\cs_new_protected:Npn \@@_backend_destination:nn #1#2
{
\@@_postscript:n { pdf.dest.anchor }
- \@@_backend_pdfmark:nx
+ \@@_backend_pdfmark:x
{
/View
[
@@ -1186,7 +1186,7 @@
\box_move_up:nn
{ \box_ht:N \l_@@_internal_box }
{ \hbox:n { \@@_postscript:n { pdf.save.ur } } }
- \@@_backend_pdfmark:nn
+ \@@_backend_pdfmark:n
{
/View
[
More information about the latex3-commits
mailing list