summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-4ht.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht/source/tex4ht-4ht.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex12
1 files changed, 4 insertions, 8 deletions
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 8f26f8c411..4a9bbabb84 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1063 2022-01-28 13:22:45Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1067 2022-02-01 16:25:25Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -1583,7 +1583,7 @@ How about within pictures?
|<def :currentlabel for refstepcounter|>%
\anc:lbl r{#1}}
\def\anc:lbl#1#2{%
- \html:addr \edef\cur:th{|<haddr prefix|>\last:haddr #1}%
+ \html:addr \xdef\cur:th{|<haddr prefix|>\last:haddr #1}%
\ifx \EndPicture\:UnDef
{\let\leavevmode|=\empty \cur:lbl{#2}%
\Make:Label{\cur:th\:currentlabel}{}}%
@@ -26661,12 +26661,8 @@ Was \`'\def\color@setgroup{\begingroup \ht:special {color push
>>>
\<fix color\><<<
-\def\@undeclaredcolor[#1]#2{\a:color{#1 #2}%
- \@ifundefined{color@#1}%
- {\@latex@error{Undefined color model `#1'}\@ehd}%
- {\csname color@#1\endcsname\current@color{#2}%
- \set@color}%
- \ignorespaces}
+\def\:tempa[#1]#2{\a:color{#1 #2}\o:@undeclaredcolor:[#1]{#2}}
+\HLet\@undeclaredcolor\:tempa
\pend:defI\@declaredcolor{\a:color{##1}}
>>>