[tex4ht-commits] [SCM] tex4ht updated: r1013 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Tue Nov 23 15:57:55 CET 2021
Author: michal_h21
Date: 2021-11-23 14:57:55 +0000 (Tue, 23 Nov 2021)
New Revision: 1013
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Add destination for \label to tcolorbox environments
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-11-19 09:35:54 UTC (rev 1012)
+++ trunk/lit/ChangeLog 2021-11-23 14:57:55 UTC (rev 1013)
@@ -1,3 +1,9 @@
+2021-11-23 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (tcolorbox.4ht): add destinations for \label to Tcolorbox
+ environments.
+ https://tex.stackexchange.com/a/623697/2891
+
2021-11-19 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): use LaTeX 3 commands in
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2021-11-19 09:35:54 UTC (rev 1012)
+++ trunk/lit/tex4ht-4ht.tex 2021-11-23 14:57:55 UTC (rev 1013)
@@ -26748,6 +26748,7 @@
\a:tcolorbox%
% save label, if it is set
\ifdefined\tcolorbox:label:key%
+ \AnchorLabel% save cross-ref destination
\label{\tcolorbox:label:key}%
\fi%
% open title
More information about the tex4ht-commits
mailing list.