texlive[69499] Master/texmf-dist: siunitx require color, tex4ht r1445

commits+karl at tug.org commits+karl at tug.org
Sat Jan 20 00:34:19 CET 2024


Revision: 69499
          https://tug.org/svn/texlive?view=revision&revision=69499
Author:   karl
Date:     2024-01-20 00:34:18 +0100 (Sat, 20 Jan 2024)
Log Message:
-----------
siunitx require color, tex4ht r1445

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1445

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/siunitx.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-01-19 23:29:06 UTC (rev 69498)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-01-19 23:34:18 UTC (rev 69499)
@@ -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/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2024-01-19 23:29:06 UTC (rev 69498)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2024-01-19 23:34:18 UTC (rev 69499)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1444 2024-01-16 16:58:10Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1445 2024-01-19 11:16:04Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2024 TeX Users Group    
@@ -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.
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/siunitx.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/siunitx.4ht	2024-01-19 23:29:06 UTC (rev 69498)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/siunitx.4ht	2024-01-19 23:34:18 UTC (rev 69499)
@@ -1,4 +1,4 @@
-% siunitx.4ht (2024-01-12-14:27), generated from tex4ht-4ht.tex
+% siunitx.4ht (2024-01-19-15:02), generated from tex4ht-4ht.tex
 % Copyright 2021-2024 TeX Users Group
 %
 % This work may be distributed and/or modified under the
@@ -16,8 +16,10 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2024-01-12-14:27}
+\immediate\write-1{version 2024-01-19-15:02}
 
+\RequirePackage{color}
+
 \ExplSyntaxOn
 \cs_set_protected:Npn \__siunitx_angle_arc_print_auxv_fourht:w
   #1 \q_nil #2 \q_nil #3 \q_nil #4 \q_nil #5 \q_nil #6 \q_stop



More information about the tex-live-commits mailing list.