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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Fri Jan 19 12:16:04 CET 2024


Author: michal_h21
Date: 2024-01-19 11:16:04 +0000 (Fri, 19 Jan 2024)
New Revision: 1445

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
require color package with siunitx

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-01-16 16:58:10 UTC (rev 1444)
+++ trunk/lit/ChangeLog	2024-01-19 11:16:04 UTC (rev 1445)
@@ -1,3 +1,8 @@
+2024-01-19  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (siunitx.4ht): require the Color package.
+	https://tex.stackexchange.com/q/707416/2891
+
 2024-01-16  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (unicode-math-hooks.4ht): added support for various

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2024-01-16 16:58:10 UTC (rev 1444)
+++ trunk/lit/tex4ht-4ht.tex	2024-01-19 11:16:04 UTC (rev 1445)
@@ -30714,11 +30714,20 @@
 % siunitx.4ht (|version), generated from |jobname.tex
 % Copyright 2021-2024 TeX Users Group
 |<TeX4ht license text|>
+|<siunitx require color|>
 |<siunitx ang|>
 \Hinput{siunitx}
 \endinput
 >>> \AddFile{9}{siunitx}
 
+In the ODT output, Siunitx leads to some catcode errors. It is caused by
+requiring of the Color package at begin document. The simple fix for
+that is to require color earlier.
+
+\<siunitx require color\><<<
+\RequirePackage{color}
+>>>
+
 This should bring support for the \Verb+\ang+ command, which can be used
 to input angles.
 



More information about the tex4ht-commits mailing list.