[latex3-commits] [git/LaTeX3-latex3-latex3] master: l3pdf fn name updates following workshop (f6124adfc)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Feb 18 13:20:41 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/f6124adfc9b922b9510d4f96608e9a2c4a63361d

>---------------------------------------------------------------

commit f6124adfc9b922b9510d4f96608e9a2c4a63361d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Feb 15 18:31:03 2021 +0000

    l3pdf fn name updates following workshop


>---------------------------------------------------------------

f6124adfc9b922b9510d4f96608e9a2c4a63361d
 l3kernel/l3pdf.dtx | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/l3kernel/l3pdf.dtx b/l3kernel/l3pdf.dtx
index 3443efd1c..e5eba6d01 100644
--- a/l3kernel/l3pdf.dtx
+++ b/l3kernel/l3pdf.dtx
@@ -103,9 +103,9 @@
 % \end{function}
 %
 % \begin{function}[added = 2021-02-10]
-%   {\pdf_object_now:nn, \pdf_object_now:nx}
+%   {\pdf_object_unnamed_write:nn, \pdf_object_unnamed_write:nx}
 %   \begin{syntax}
-%     \cs{pdf_object_now:nn} \Arg{type} \Arg{content}
+%     \cs{pdf_object_unnamed_write:nn} \Arg{type} \Arg{content}
 %   \end{syntax}
 %   Writes the \meta{content} as content of an anonymous object. Depending on the
 %   \meta{type}, the format required for the \meta{data} will vary
@@ -120,9 +120,9 @@
 %   \end{itemize}
 % \end{function}
 %
-% \begin{function}[EXP, added = 2021-02-10]{\pdf_object_last:}
+% \begin{function}[EXP, added = 2021-02-10]{\pdf_object_ref_last:}
 %   \begin{syntax}
-%     \cs{pdf_object_last:}
+%     \cs{pdf_object_ref_last:}
 %   \end{syntax}
 %   Inserts the appropriate information to reference the last \meta{object}
 %   created. This is particularly useful for anonymous objects.
@@ -301,8 +301,8 @@
 % \begin{macro}{\pdf_object_new:nn, \pdf_object_write:nn, \pdf_object_write:nx}
 % \begin{macro}[pTF]{\pdf_object_if_exist:n}
 % \begin{macro}{\pdf_object_ref:n}
-% \begin{macro}{\pdf_object_now:nn, \pdf_object_now:nx}
-% \begin{macro}{\pdf_object_last:}
+% \begin{macro}{\pdf_object_unnamed_write:nn, \pdf_object_unnamed_write:nx}
+% \begin{macro}{\pdf_object_ref_last:}
 %   Simple to do.
 %    \begin{macrocode}
 \cs_new_protected:Npn \pdf_object_new:nn #1#2
@@ -320,13 +320,13 @@
   }
 \cs_generate_variant:Nn \pdf_object_write:nn { nx }
 \cs_new:Npn \pdf_object_ref:n #1 { \@@_backend_object_ref:n {#1} }
-\cs_new_protected:Npn \pdf_object_now:nn #1#2
+\cs_new_protected:Npn \pdf_object_unnamed_write:nn #1#2
   {
     \@@_backend_object_now:nn {#1} {#2}
     \bool_gset_true:N \g_@@_init_bool
   }
-\cs_generate_variant:Nn \pdf_object_now:nn { nx }
-\cs_new:Npn \pdf_object_last: { \@@_backend_object_last: }
+\cs_generate_variant:Nn \pdf_object_unnamed_write:nn { nx }
+\cs_new:Npn \pdf_object_ref_last: { \@@_backend_object_last: }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}





More information about the latex3-commits mailing list.