[latex3-commits] [git/LaTeX3-latex3-latex3] master: Driver objects using "driver.obj" naming (cd07fbb)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Apr 20 00:00:13 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/cd07fbbbaeaa6a03f4b59cbbbb6c87329bcf5280
>---------------------------------------------------------------
commit cd07fbbbaeaa6a03f4b59cbbbb6c87329bcf5280
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Apr 19 23:00:13 2019 +0100
Driver objects using "driver.obj" naming
>---------------------------------------------------------------
cd07fbbbaeaa6a03f4b59cbbbb6c87329bcf5280
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 e8af4b2..cd22d65 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -105,7 +105,7 @@
\prop_gput:Nnn \g_@@_pdf_object_prop {#1} {#2}
}
\cs_new:Npn \driver_pdf_object_ref:n #1
- { { l3obj \int_use:c { g_@@_pdf_object_ \tl_to_str:n {#1} _int } } }
+ { { driver.obj \int_use:c { g_@@_pdf_object_ \tl_to_str:n {#1} _int } } }
% \end{macrocode}
% \end{macro}
% \end{macro}
@@ -1357,7 +1357,7 @@
\prop_gput:Nnn \g_@@_pdf_object_prop {#1} {#2}
}
\cs_new:Npn \driver_pdf_object_ref:n #1
- { @l3obj \int_use:c { g_@@_pdf_object_ \tl_to_str:n {#1} _int } }
+ { @driver.obj \int_use:c { g_@@_pdf_object_ \tl_to_str:n {#1} _int } }
% \end{macrocode}
% \end{macro}
% \end{macro}
@@ -1485,7 +1485,7 @@
\int_gset_eq:NN \g_@@_pdf_annotation_int \g_@@_pdf_object_int
\@@_pdf:x
{
- ann ~ @l3obj \int_use:N \g_@@_pdf_object_int \c_space_tl
+ ann ~ @driver.obj \int_use:N \g_@@_pdf_object_int \c_space_tl
width ~ \dim_eval:n {#1} ~
height ~ \dim_eval:n {#2} ~
depth ~ \dim_eval:n {#3} ~
More information about the latex3-commits
mailing list