summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-19 23:34:18 +0000
committerKarl Berry <karl@freefriends.org>2024-01-19 23:34:18 +0000
commitc9ea02c585c676576f7e09b0339b81a737552408 (patch)
tree12233dd46d2876b3d7eb5acb977dd5e6031b25ec /Master/texmf-dist/source/generic/tex4ht
parent4103a5be0cae60d30af557855c738a8d2d42aee2 (diff)
siunitx require color, tex4ht r1445
git-svn-id: svn://tug.org/texlive/trunk@69499 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog5
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex11
2 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 319d184bf67..32a7563f981 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-19 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-4ht.tex (unicode-math-hooks.4ht): added support for various
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index 113c21f3373..2b6a8431da4 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
@@ -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 @@ What \Verb+\put@line+ of the 08 version does?
% 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.