summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-10-01 03:01:44 +0000
committerNorbert Preining <norbert@preining.info>2022-10-01 03:01:44 +0000
commit4043e29dc8ac56047ac45f872a2ea1f3031b6b05 (patch)
tree67861530dae5db1d12363ecb312f40b59c413d8a /support
parentd3a49f9b97d78b3719e84b2e704c59f0491190d5 (diff)
CTAN sync 202210010301
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog5
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex21
2 files changed, 25 insertions, 1 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index a2e8a8a04c..c5170d818e 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,8 @@
+2022-09-30 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (usepackage.4ht, tagpdf-hooks.4ht): basic Tagpdf
+ package support.
+
2022-09-29 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (beamer.4ht),
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index f43a7d957c..7016290030 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1203 2022-09-29 13:51:29Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1204 2022-09-30 11:45:34Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -4912,6 +4912,25 @@ a fatal error.
\endinput
>>> \AddFile{9}{lua-widow-control-hooks}
+%%%%%%%%%%%%%%%%%%%%%
+\Section{tagpdf}
+%%%%%%%%%%%%%%%%%%%%%
+
+This package adds support for tagged PDF to LaTeX. We need to suppress it in TeX4ht,
+as it leads to a fatal error.
+\<add to usepackage\><<<
+\Configure{PackageHooks}{tagpdf.sty}{tagpdf-hooks.4ht}
+>>>
+
+\<tagpdf-hooks.4ht\><<<
+% tagpdf-hooks.4ht (|version), generated from |jobname.tex
+% Copyright 2022 TeX Users Group
+|<TeX4ht license text|>
+\:AtEndOfPackage{%
+ \RenewDocumentCommand \tagpdfsetup { m }{}
+}
+\endinput
+>>> \AddFile{9}{tagpdf-hooks}
%%%%%%%%%%%%%%%%%
\Section{animate.sty}