[tex4ht-commits] [SCM] tex4ht updated: r1456 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Tue Jan 30 17:31:58 CET 2024


Author: michal_h21
Date: 2024-01-30 16:31:58 +0000 (Tue, 30 Jan 2024)
New Revision: 1456

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-mathml.tex
Log:
prevent spurious paragraphs in boxed

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-01-29 13:45:00 UTC (rev 1455)
+++ trunk/lit/ChangeLog	2024-01-30 16:31:58 UTC (rev 1456)
@@ -1,3 +1,9 @@
+2024-01-30  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-mathml.tex (mathml.4ht): prevent spurious opening <p> tags
+	in \boxed commands.
+	https://tex.stackexchange.com/a/708306/2891
+
 2024-01-29  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-ooffice.tex (ooffice-mml.4ht),

Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex	2024-01-29 13:45:00 UTC (rev 1455)
+++ trunk/lit/tex4ht-mathml.tex	2024-01-30 16:31:58 UTC (rev 1456)
@@ -5012,7 +5012,7 @@
 \<configure mathml amsmath\><<<
 \Configure{boxed}
    {\ifmathml \Tg<\a:mathml menclose \a:mathml notation="box">\Tg<\a:mathml mrow>%
-    \else     \HCode{<span class="boxed">}\IgnorePar\fi}
+    \else     \HCode{<span class="boxed">}\fi\IgnorePar}
    {\ifmathml \Tg</\a:mathml mrow>\Tg</\a:mathml menclose>%
     \else \HCode{</span>}\fi}
 \Css{.boxed{border: 1px solid black; padding-left:2px;



More information about the tex4ht-commits mailing list.