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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Jan 17 22:03:47 CET 2019


Author: michal_h21
Date: 2019-01-17 23:03:47 +0200 (Thu, 17 Jan 2019)
New Revision: 482

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
   trunk/lit/tex4ht-ooffice.tex
Log:
Start a new paragraph after the verse environment

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-01-17 09:07:56 UTC (rev 481)
+++ trunk/lit/ChangeLog	2019-01-17 21:03:47 UTC (rev 482)
@@ -2,6 +2,10 @@
 
 	* tex4ht-4ht.tex (tuenc-xetex-input.4ht): fixed Unicode range character
 	declaration.
+	* tex4ht-html4.tex (html4.4ht),
+	tex4ht-ooffice.4ht (ooffice.4ht): Start a new paragraph after the verse
+	environment.
+	https://tex.stackexchange.com/q/470546/2891
 
 2019-01-16  Michal Hoftich  <michal.h21 at gmail.com>
 

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2019-01-17 09:07:56 UTC (rev 481)
+++ trunk/lit/tex4ht-html4.tex	2019-01-17 21:03:47 UTC (rev 482)
@@ -8873,7 +8873,7 @@
 |<base font size|>
 \ConfigureEnv{verse}
    {\ifvmode \IgnorePar\fi\EndP\Tg<div class="verse">}
-   {\ifvmode \IgnorePar\fi\EndP\Tg</div>}
+   {\ifvmode \IgnorePar\fi\EndP\Tg</div>\par\ShowPar}
    {}{}
 \ConfigureList{verse}
    {}{}
@@ -10219,7 +10219,7 @@
 |<scr reprt/book captions|>
 \ConfigureEnv{verse}
    {\ifvmode \IgnorePar\fi\EndP\Tg<div class="verse">}
-   {\ifvmode \IgnorePar\fi\EndP\Tg</div>}
+   {\ifvmode \IgnorePar\fi\EndP\Tg</div>\par\ShowPar}
    {}{}
 \ConfigureList{verse}
    {}{}
@@ -10405,7 +10405,7 @@
 
 \ConfigureEnv{verse}
    {\ifvmode \IgnorePar\fi\EndP\Tg<div class="verse">}
-   {\ifvmode \IgnorePar\fi\EndP\Tg</div>}
+   {\ifvmode \IgnorePar\fi\EndP\Tg</div>\par\ShowPar}
    {}{}
 \ConfigureList{verse}
    {}{}
@@ -10991,7 +10991,7 @@
 |<quote config|>
 \ConfigureEnv{verse}
    {\ifvmode \IgnorePar\fi\EndP\Tg<div class="verse">}
-   {\ifvmode \IgnorePar\fi\EndP\Tg</div>}
+   {\ifvmode \IgnorePar\fi\EndP\Tg</div>\par\ShowPar}
    {}{}
 \ConfigureList{verse}
    {}{}
@@ -15993,7 +15993,7 @@
           {\HCode{</span>}} {}
        \let\end:verseln\empty
    }
-   {\egroup \ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
+   {\egroup \ifvmode \IgnorePar\fi \EndP \HCode{</div>}\par\ShowPar}
    {}{}
 
 \ConfigureList{verse}
@@ -17442,7 +17442,7 @@
 \<config book-report-article\><<<
 \ConfigureEnv{verse}
    {\ifvmode \IgnorePar\fi\EndP\Tg<div class="verse">}
-   {\ifvmode \IgnorePar\fi\EndP\Tg</div>}
+   {\ifvmode \IgnorePar\fi\EndP\Tg</div>\par\ShowPar}
    {}{}
 \ConfigureList{verse}
    {}{}

Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex	2019-01-17 09:07:56 UTC (rev 481)
+++ trunk/lit/tex4ht-ooffice.tex	2019-01-17 21:03:47 UTC (rev 482)
@@ -6745,7 +6745,7 @@
     \HCode{<!--start verse-->}%
     \bgroup  |<HtmlPar at verse|>}
    {\egroup \ifvmode \IgnorePar\fi \EndP
-    \HCode{<!--end verse-->}|<end env section|>}
+    \HCode{<!--end verse-->}|<end env section|>\par\ShowPar}
    {}{}
 \ConfigureList{verse}
    {}{}



More information about the tex4ht-commits mailing list