[latex3-commits] [git/LaTeX3-latex3-latex3] master: Better object refs (67e86f9)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Apr 10 22:10:58 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/67e86f9556b93d1b996e91855dc26b074dc4ba4a
>---------------------------------------------------------------
commit 67e86f9556b93d1b996e91855dc26b074dc4ba4a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Apr 10 21:10:58 2019 +0100
Better object refs
>---------------------------------------------------------------
67e86f9556b93d1b996e91855dc26b074dc4ba4a
l3kernel/l3drivers-pdf.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index 3b698f2..2ca48bf 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -227,8 +227,8 @@
\group_end:
\@@_literal_postscript:x
{
- mark ~ /_objdef ~ \int_use:N \g_@@_pdf_object_int \c_space_tl
- /Rect ~ [ l3llx ~ l3lly ~ l3urx ~ l3ury ]
+ mark ~ /_objdef ~ l3obj \int_use:N \g_@@_pdf_object_int \c_space_tl
+ /Rect ~ [ l3llx ~ l3lly ~ l3urx ~ l3ury ]
#4
/ANN ~ pdfmark
}
@@ -241,7 +241,7 @@
% other packages are loaded.
% \begin{macrocode}
\cs_new:Npn \driver_pdf_annotation_last:
- { \int_use:N \g_@@_pdf_annotation_int }
+ { { l3obj \int_use:N \g_@@_pdf_annotation_int } }
% \end{macrocode}
% \end{macro}
%
More information about the latex3-commits
mailing list