[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop, main: change name to tagpdf-base (79e1b77)
Ulrike Fischer
fischer at troubleshooting-tex.de
Wed May 11 15:02:27 CEST 2022
Repository : https://github.com/latex3/pdfresources
On branches: develop,main
Link : https://github.com/latex3/pdfresources/commit/79e1b774f891a22bfc3639a5383c3332c24108db
>---------------------------------------------------------------
commit 79e1b774f891a22bfc3639a5383c3332c24108db
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Wed May 11 15:02:27 2022 +0200
change name to tagpdf-base
>---------------------------------------------------------------
79e1b774f891a22bfc3639a5383c3332c24108db
CHANGELOG.md | 3 ++-
pdfmanagement-testphase.dtx | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 269fd09..49dcab5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,14 @@ first release 0.95a, 2021-02-23 will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project uses date-based 'snapshot' version identifiers.
+
## [Unreleased]
### Added
- allow standard pdf/A-4
- check requirement for max-pdfversion
- add requirement for Info dictionary
- - load tagpdf-dummy if it exist to provide the
+ - load tagpdf-base if it exists to provide the
tagging commands.
### Fixed
diff --git a/pdfmanagement-testphase.dtx b/pdfmanagement-testphase.dtx
index 64d870a..70b5849 100644
--- a/pdfmanagement-testphase.dtx
+++ b/pdfmanagement-testphase.dtx
@@ -427,8 +427,8 @@
%\RequirePackage{l3pdfmeta} %
%\RequirePackage{l3pdftools}
%\RequirePackage{l3pdffile}
-\IfFileExists{tagpdf-dummy.sty}
- {\RequirePackage{tagpdf-dummy}}{}
+\IfFileExists{tagpdf-base.sty}
+ {\RequirePackage{tagpdf-base}}{}
\input{pdfmanagement-testphase.ltx}
%</package>
% \end{macrocode}
More information about the latex3-commits
mailing list.