Skip to content

Commit

Permalink
Add \pdf_pageobject_ref:n
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Feb 15, 2021
1 parent 39a1ac3 commit 9e493ba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions l3kernel/l3pdf.dtx
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 9e493ba

Please sign in to comment.