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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Apr 3 11:36:53 CEST 2023


Author: michal_h21
Date: 2023-04-03 09:36:53 +0000 (Mon, 03 Apr 2023)
New Revision: 1315

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
fixed paragraph handling for the Verse package

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2023-04-02 15:01:40 UTC (rev 1314)
+++ trunk/lit/ChangeLog	2023-04-03 09:36:53 UTC (rev 1315)
@@ -1,3 +1,9 @@
+2023-04-03  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): fixed paragraph handling for the
+	Verse package.
+	https://tex.stackexchange.com/a/681694/2891
+
 2023-03-28  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-fonts-modern.tex (

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2023-04-02 15:01:40 UTC (rev 1314)
+++ trunk/lit/tex4ht-html4.tex	2023-04-03 09:36:53 UTC (rev 1315)
@@ -16497,10 +16497,10 @@
 
 \Configure{verseline}
    {\ifvmode \IgnorePar\fi \EndP \end:verseln  
-    \HCode{<div class="verseline">}\def\end:verseln{\HCode{</div>}}}
+    \HCode{<div class="verseline">}\def\end:verseln{\HCode{</div>}}\par\ShowPar}
    {\ifvmode \IgnorePar\fi \EndP \end:verseln
     \HCode{<div class="skip-verseline">}%
-    \def\end:verseln{\HCode{</div>}}}  
+    \def\end:verseln{\HCode{</div>}}\par\ShowPar}  
 
 \Configure{flagverse}
    {\HCode{<span class="flagverse">}\bgroup \setlength{\vleftskip}{0em}}



More information about the tex4ht-commits mailing list.