[tex4ht-commits] [SCM] tex4ht updated: r1016 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Wed Nov 24 14:29:15 CET 2021
Author: michal_h21
Date: 2021-11-24 13:29:14 +0000 (Wed, 24 Nov 2021)
New Revision: 1016
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Reset tcolorbox labels after use
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-11-24 02:08:03 UTC (rev 1015)
+++ trunk/lit/ChangeLog 2021-11-24 13:29:14 UTC (rev 1016)
@@ -1,3 +1,8 @@
+2021-11-24 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (tcolorbox.4ht): delete label name after use, to prevent
+ it's use in subsequent Tcolorbox environments.
+
2021-11-23 Karl Berry <karl at freefriends.org>
* tex4ht-4ht.tex (tcolorbox.4ht): copyright 2021.
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2021-11-24 02:08:03 UTC (rev 1015)
+++ trunk/lit/tex4ht-4ht.tex 2021-11-24 13:29:14 UTC (rev 1016)
@@ -26754,6 +26754,7 @@
\ifdefined\tcolorbox:label:key%
\AnchorLabel% save cross-ref destination
\label{\tcolorbox:label:key}%
+ \global\let\tcolorbox:label:key\undefined%
\fi%
% open title
\b:tcolorbox%
More information about the tex4ht-commits
mailing list.