summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-12-03 21:25:25 +0000
committerKarl Berry <karl@freefriends.org>2023-12-03 21:25:25 +0000
commitff4cb54cc8580c0a23d77ce400b46dab78cd1038 (patch)
tree6891957c9fb0a67c3de6043980cb54b51de71a84 /Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
parent1f59d7616e549fabea384e19171ab2249954962d (diff)
color option in xcolor, tex4ht r1414
git-svn-id: svn://tug.org/texlive/trunk@69028 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex17
1 files changed, 15 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index e163fca2d94..ae5be04ce32 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 1412 2023-11-20 10:08:03Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1414 2023-12-03 21:09:44Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2023 TeX Users Group
@@ -28514,6 +28514,19 @@ second parameter.
>>>
+This code comes from this \Link[https://tex.stackexchange.com/a/470290/2891]{}{}answer\EndLink.
+See the comments for possible shortcommings.
+
+\<config xcolor\><<<
+\:CheckOption{color}\if:Option
+\pend:defI\@declaredcolor{%
+ \ifdefined\end:def:color\end:def:color\else\aftergroup\b:textcolor\fi
+ \a:textcolor\def\end:def:color{\b:textcolor}%
+}
+\fi
+>>>
+
+
We need to use dvips driver with XeLaTeX
\<add to usepackage\><<<
@@ -29774,7 +29787,7 @@ original environment, and generated tags will be mismatched.
This code postpones execution of code from the "after" key after
closing of the Enumitem environment, so it can be correctly closed.
-See \Link[https://tex.stackexchange.com/q/642439/2891] this example
+See \Link[https://tex.stackexchange.com/q/642439/2891]{}{} this example
what can go wrong\EndLink.
\<enumitem config\><<<