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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Sat Feb 19 22:07:02 CET 2022


Author: michal_h21
Date: 2022-02-19 21:07:02 +0000 (Sat, 19 Feb 2022)
New Revision: 1081

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
disable loading of the pdfx package

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-02-16 21:37:32 UTC (rev 1080)
+++ trunk/lit/ChangeLog	2022-02-19 21:07:02 UTC (rev 1081)
@@ -1,3 +1,9 @@
+2022-02-19  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (usepackage.4ht, pdfx-hooks.4ht): disable loading
+	of the Pdfx package.
+	https://tex.stackexchange.com/q/634043/2891
+
 2022-02-16  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): write CSS for table column width

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2022-02-16 21:37:32 UTC (rev 1080)
+++ trunk/lit/tex4ht-4ht.tex	2022-02-19 21:07:02 UTC (rev 1081)
@@ -4658,6 +4658,25 @@
 >>> \AddFile{9}{pdfbase-hooks}
 
 %%%%%%%%%%%%%%%%%
+\Section{pdfx.sty}
+%%%%%%%%%%%%%%%%%
+
+The pdfx package causes fatal error for TeX4ht. As it's features make sense only in the
+PDF mode, it is safest thing to do to just disable the package.
+
+\<add to usepackage\><<<
+\Configure{PackageHooks}{pdfx.sty}{pdfx-hooks.4ht}
+>>>
+
+\<pdfx-hooks.4ht\><<<
+% pdfx-hooks.4ht (|version), generated from |jobname.tex
+% Copyright 2022 TeX Users Group
+|<TeX4ht license text|>
+\:dontusepackage{pdfx}
+\endinput
+>>> \AddFile{9}{pdfx-hooks}
+
+%%%%%%%%%%%%%%%%%
 \Section{animate.sty}
 %%%%%%%%%%%%%%%%%
 



More information about the tex4ht-commits mailing list.