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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Tue Dec 12 17:44:24 CET 2023


Author: michal_h21
Date: 2023-12-12 16:44:24 +0000 (Tue, 12 Dec 2023)
New Revision: 1422

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
close paragraph before end of \fbox

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2023-12-12 16:18:54 UTC (rev 1421)
+++ trunk/lit/ChangeLog	2023-12-12 16:44:24 UTC (rev 1422)
@@ -1,5 +1,8 @@
 2023-12-12  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-html4.tex (html4.4ht): close paragraph before end of \fbox.
+	https://tex.stackexchange.com/a/703823/2891
+
 	* tex4ht-html4.tex (html4.4ht): removed spurious blank lines in
 	files included using \VerbatimInput from the fancyvrb package.
 	https://puszcza.gnu.org.ua/bugs/?617

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2023-12-12 16:18:54 UTC (rev 1421)
+++ trunk/lit/tex4ht-html4.tex	2023-12-12 16:44:24 UTC (rev 1422)
@@ -7960,7 +7960,7 @@
   \Configure{fbox}
      {\ifvmode \IgnorePar\EndP 
                \HCode{<div class="fbox">}%
-               \def\end:bx{\HCode{</div>}\par}%
+               \def\end:bx{\ifvmode\IgnorePar\fi\EndP\HCode{</div>}\par}%
       \else
                \HCode{<span class="fbox">}%
                \def\end:bx{\HCode{</span>}}%



More information about the tex4ht-commits mailing list.