summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-4ht.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht/source/tex4ht-4ht.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex21
1 files changed, 20 insertions, 1 deletions
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}