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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Fri Dec 17 15:34:50 CET 2021


Author: michal_h21
Date: 2021-12-17 14:34:50 +0000 (Fri, 17 Dec 2021)
New Revision: 1033

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-ooffice.tex
Log:
use \ShowPar in \paragraph to force paragraph start

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-12-16 21:53:24 UTC (rev 1032)
+++ trunk/lit/ChangeLog	2021-12-17 14:34:50 UTC (rev 1033)
@@ -1,3 +1,9 @@
+2021-12-17  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-ooffice.tex (ooffice.4ht): use \ShowPar in \:DefineParagraph,
+	otherwise the paragraph start doesn't show in some cases.
+	https://github.com/michal-h21/make4ht/issues/59
+
 2021-12-16  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-fonts-ebgaramond.tex: updated EB Garamond fonts.

Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex	2021-12-16 21:53:24 UTC (rev 1032)
+++ trunk/lit/tex4ht-ooffice.tex	2021-12-17 14:34:50 UTC (rev 1033)
@@ -469,7 +469,7 @@
 \Configure{#1}
    {\ifvmode\IgnorePar\fi\EndP \HCode{<!--start of #1 -->}}
    {\ifvmode\IgnorePar\fi\EndP \HCode{<!--start of #1 -->}}
-   {\bgroup\HTML:PAR{#1-p}{#1-p}\ifvmode\IgnorePar\fi\EndP\par\HCode{<text:span text:style-name="#2" >}}
+   {\bgroup\HTML:PAR{#1-p}{#1-p}\ifvmode\IgnorePar\fi\EndP\par\ShowPar\HCode{<text:span text:style-name="#2" >}}
    {\HCode{</text:span><text:s/><text:s/>\Hnewline}\egroup\IgnorePar}
 \:ParagraphStyle{#1-p}
 }



More information about the tex4ht-commits mailing list.