summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pdfmanagement-testphase/l3pdftools.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/pdfmanagement-testphase/l3pdftools.dtx')
-rw-r--r--macros/latex/contrib/pdfmanagement-testphase/l3pdftools.dtx13
1 files changed, 6 insertions, 7 deletions
diff --git a/macros/latex/contrib/pdfmanagement-testphase/l3pdftools.dtx b/macros/latex/contrib/pdfmanagement-testphase/l3pdftools.dtx
index b7bd6a54ed..c936d36933 100644
--- a/macros/latex/contrib/pdfmanagement-testphase/l3pdftools.dtx
+++ b/macros/latex/contrib/pdfmanagement-testphase/l3pdftools.dtx
@@ -23,10 +23,9 @@
% for those people who are interested.
%
%<*driver>
-\RequirePackage{pdfmanagement-testphase}
\DocumentMetadata{pdfstandard=A-2b}
\documentclass[full]{l3doc}
-\usepackage{array,booktabs,hyperxmp}
+\usepackage{array,booktabs}
\hypersetup{pdfauthor=The LaTeX Project,pdftitle=l3pdftools (LaTeX PDF management testphase bundle)}
\providecommand\potentialclash{\noindent\llap{\dbend\ }}
@@ -50,7 +49,7 @@
% }^^A
% }
%
-% \date{Version 0.95r, released 2022-08-24}
+% \date{Version 0.95s, released 2022-09-26}
%
% \maketitle
% \begin{documentation}
@@ -152,7 +151,7 @@
% This command adds a BDC marked content operator to the current page stream.
% \meta{tag} is the tag of this operator (without the leading slash),
% \meta{object name} is a the name of an dictionary object reserved with
-% \cs{pdf_object_new:nn} and filled with \cs{pdf_object_write:n} with
+% \cs{pdf_object_new:n} and filled with \cs{pdf_object_write:nnn} with
% the properties of the BDC. Reusing a predefined object can save space
% but the command works correctly
% only if the resources management has been activated and should be used only
@@ -195,8 +194,8 @@
% It should be on the same page as the bdc-command.
%
% \begin{verbatim}
-% \pdf_object_new:nn {module/objA}{dict}
-% \pdf_object_write:nn {module/objA}{/Type/Artifact}
+% \pdf_object_new:n {module/objA}
+% \pdf_object_write:nnn {module/objA}{dict}{/Type/Artifact}
% \pdf_bdc:nn {Span}{module/objA}
% text
% \pdf_emc:
@@ -212,7 +211,7 @@
%
% \begin{macrocode}
%<*header>
-\ProvidesExplPackage{l3pdftools}{2022-08-24}{0.95r}
+\ProvidesExplPackage{l3pdftools}{2022-09-26}{0.95s}
{candidate commands for l3pdf---LaTeX PDF management testphase bundle}
%</header>
% \end{macrocode}