[tex4ht-commits] [SCM] tex4ht updated: r1204 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Fri Sep 30 13:45:34 CEST 2022


Author: michal_h21
Date: 2022-09-30 11:45:34 +0000 (Fri, 30 Sep 2022)
New Revision: 1204

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
basic tagpdf package support

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-09-29 13:51:29 UTC (rev 1203)
+++ trunk/lit/ChangeLog	2022-09-30 11:45:34 UTC (rev 1204)
@@ -1,3 +1,8 @@
+2022-09-30  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (usepackage.4ht, tagpdf-hooks.4ht): basic Tagpdf
+	package support.
+
 2022-09-29  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (beamer.4ht),

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2022-09-29 13:51:29 UTC (rev 1203)
+++ trunk/lit/tex4ht-4ht.tex	2022-09-30 11:45:34 UTC (rev 1204)
@@ -4912,7 +4912,26 @@
 \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}
 %%%%%%%%%%%%%%%%%



More information about the tex4ht-commits mailing list.