[latex3-commits] [git/LaTeX3-latex3-pdfresources] testA4: load dummy tagpdf (fff2743)
Ulrike Fischer
fischer at troubleshooting-tex.de
Tue May 10 00:44:54 CEST 2022
Repository : https://github.com/latex3/pdfresources
On branch : testA4
Link : https://github.com/latex3/pdfresources/commit/fff2743cffd92b7052c3d27b840d310c2d6ac2b0
>---------------------------------------------------------------
commit fff2743cffd92b7052c3d27b840d310c2d6ac2b0
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue May 10 00:44:54 2022 +0200
load dummy tagpdf
>---------------------------------------------------------------
fff2743cffd92b7052c3d27b840d310c2d6ac2b0
CHANGELOG.md | 2 ++
pdfmanagement-testphase.dtx | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee05e59..269fd09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ this project uses date-based 'snapshot' version identifiers.
- allow standard pdf/A-4
- check requirement for max-pdfversion
- add requirement for Info dictionary
+ - load tagpdf-dummy if it exist to provide the
+ tagging commands.
### Fixed
- Support/firstaid for colorspace package
diff --git a/pdfmanagement-testphase.dtx b/pdfmanagement-testphase.dtx
index 4b76477..64d870a 100644
--- a/pdfmanagement-testphase.dtx
+++ b/pdfmanagement-testphase.dtx
@@ -421,12 +421,14 @@
%\RequirePackage{l3pdfdict} % needed by l3pdfmanagement
%\RequirePackage{l3pdfmanagement} % loads the core code with the boolean
%\RequirePackage{ltdocinit} % DocumentMetadata,
-%% can perhaps be combined or made optional ...
+%can perhaps be combined or made optional ...
%\RequirePackage{l3pdfannot}
%\RequirePackage{l3pdfxform-beta}
%\RequirePackage{l3pdfmeta} %
%\RequirePackage{l3pdftools}
%\RequirePackage{l3pdffile}
+\IfFileExists{tagpdf-dummy.sty}
+ {\RequirePackage{tagpdf-dummy}}{}
\input{pdfmanagement-testphase.ltx}
%</package>
% \end{macrocode}
More information about the latex3-commits
mailing list.