[tex4ht-commits] [SCM] tex4ht updated: r1441 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Mon Jan 15 15:46:17 CET 2024
Author: michal_h21
Date: 2024-01-15 14:46:17 +0000 (Mon, 15 Jan 2024)
New Revision: 1441
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
don't use \RecallEndP with tcolorbox
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-01-15 11:15:16 UTC (rev 1440)
+++ trunk/lit/ChangeLog 2024-01-15 14:46:17 UTC (rev 1441)
@@ -1,5 +1,9 @@
2024-01-15 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-4ht.tex (tcolorbox.4ht): don't use \RecallEndP in
+ tcolorbox, it can lead to spurious </p> tags.
+ https://github.com/michal-h21/make4ht/issues/142#issuecomment-1891507567
+
* tex4ht-4ht.tex (tcolorbox.4ht): fixed support for breakable boxes.
https://github.com/michal-h21/make4ht/issues/142
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2024-01-15 11:15:16 UTC (rev 1440)
+++ trunk/lit/tex4ht-4ht.tex 2024-01-15 14:46:17 UTC (rev 1441)
@@ -28647,7 +28647,9 @@
\c:tcolorbox%
\box\tcb at upperbox%
% the paragraph opened in the upper box can be unclosed
- \RecallEndP
+ % but I cannot find an example where it matters. \RecallEndP caused issues in the following sample:
+ % https://github.com/michal-h21/make4ht/issues/142#issuecomment-1891507567
+ % \RecallEndP
% deal with lower box, if it is set
\iftcb at hasLower%
\a:tcolorlowerbox%
More information about the tex4ht-commits
mailing list.