[latex3-commits] [git/LaTeX3-latex3-latex3] master: Add \pdf_pageobject_ref:n (653942880)

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/65394288065e5387b305ba7868a351c6b540a92f

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

commit 65394288065e5387b305ba7868a351c6b540a92f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Feb 15 18:34:01 2021 +0000

    Add \pdf_pageobject_ref:n


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

65394288065e5387b305ba7868a351c6b540a92f
 l3kernel/l3pdf.dtx | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/l3kernel/l3pdf.dtx b/l3kernel/l3pdf.dtx
index e5eba6d01..59efb4596 100644
--- a/l3kernel/l3pdf.dtx
+++ b/l3kernel/l3pdf.dtx
@@ -128,6 +128,13 @@
 %   created. This is particularly useful for anonymous objects.
 % \end{function}
 %
+% \begin{function}[EXP, added = 2021-02-10]{\pdf_pageobject_ref:n}
+%   \begin{syntax}
+%     \cs{pdf_pagobject_ref:n} \Arg{pageobject}
+%   \end{syntax}
+%   Inserts the appropriate information to reference the \meta{pageobject}.
+% \end{function}
+%
 % \subsection{Version}
 %
 % \begin{function}[pTF, EXP, added = 2021-02-10]{\pdf_version_compare:Nn}
@@ -334,6 +341,13 @@
 % \end{macro}
 % \end{macro}
 %
+% \begin{macro}{\pdf_pageobject_ref:n}
+%    \begin{macrocode}
+\cs_new:Npn \pdf_pageobject_ref:n #1
+  { \@@_backend_pageobject_ref:n {#1} }
+%    \end{macrocode}
+% \end{macro}
+%
 % \subsection{Version}
 %
 % \begin{macro}{\pdf_version_compare:Nn}





More information about the latex3-commits mailing list.