[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: remove loading of l3pdf (ac3b74d)
Ulrike Fischer
fischer at troubleshooting-tex.de
Fri Dec 17 09:35:34 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : develop
Link : https://github.com/latex3/pdfresources/commit/ac3b74df10f09397ebd0116e167e10027f2dad94
>---------------------------------------------------------------
commit ac3b74df10f09397ebd0116e167e10027f2dad94
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Fri Dec 17 09:35:34 2021 +0100
remove loading of l3pdf
>---------------------------------------------------------------
ac3b74df10f09397ebd0116e167e10027f2dad94
ltdocinit.dtx | 9 ++++-----
pdfmanagement-testphase.dtx | 7 ++++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/ltdocinit.dtx b/ltdocinit.dtx
index 4ad3640..f6160f9 100644
--- a/ltdocinit.dtx
+++ b/ltdocinit.dtx
@@ -207,14 +207,13 @@
{
% \end{macrocode}
% The wanted backend must be detected first, we read the init key and then
-% force the loading by either loading l3pdf (+ expl3) or only expl3.
-% The backend contains now management command, so the boolean should true first.
+% force the loading by loading expl3.
+% The backend contains now management command, so the boolean should be set to true first.
% \begin{macrocode}
\keys_set_groups:nnn { document / metadata} {init}{ #1 }
- %should be loaded after the backend is set, and only if not in the kernel
+ %should be loaded after the backend is set.
\bool_gset_true:N \g_@@_active_bool
- \cs_if_free:NTF \pdf_uncompress:
- {\RequirePackage{l3pdf}}{\RequirePackage{expl3}}
+ \RequirePackage{expl3}
% \end{macrocode}
% Now we load the extra backend code
% \begin{macrocode}
diff --git a/pdfmanagement-testphase.dtx b/pdfmanagement-testphase.dtx
index 313f2d3..b3e271e 100644
--- a/pdfmanagement-testphase.dtx
+++ b/pdfmanagement-testphase.dtx
@@ -26,7 +26,7 @@
\RequirePackage{pdfmanagement-testphase}
\DeclareDocumentMetadata{pdfstandard=A-2b}
\makeatletter
-\declare at file@substitution{doc.sty}{doc-v3beta.sty}
+%\declare at file@substitution{doc.sty}{doc-v3beta.sty}
\makeatother
\documentclass{l3doc}
\usepackage{tabularx,array,booktabs,hyperxmp}
@@ -125,8 +125,9 @@
% written by the kernel directly and this can not be done without proper,
% well-defined and well-behaving interfaces and hooks.
%
-% Some first steps for better support of PDF related commands have been already done
-% with the \pkg{l3pdf} package which has now been integrated into \pkg{l3kernel}.
+% Some first steps for better support of PDF related commands have been done
+% with the \pkg{l3pdf} package which has now been integrated as a module
+% into \pkg{l3kernel}.
% It offers backend independent commands to create
% PDF objects and destination, to set the compress level and the PDF version.
%
More information about the latex3-commits
mailing list.