[tex4ht-commits] [SCM] tex4ht updated: r892 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Mar 4 11:50:28 CET 2021
Author: michal_h21
Date: 2021-03-04 12:50:27 +0200 (Thu, 04 Mar 2021)
New Revision: 892
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
Close paragraph before tabularx environment
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-03-02 09:34:06 UTC (rev 891)
+++ trunk/lit/ChangeLog 2021-03-04 10:50:27 UTC (rev 892)
@@ -1,3 +1,8 @@
+2021-03-04 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): close paragraph before tabularx environment.
+ https://tex.stackexchange.com/a/585797/2891
+
2021-03-02 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (titlesec.4ht): prevent duplicate entries in TOC.
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2021-03-02 09:34:06 UTC (rev 891)
+++ trunk/lit/tex4ht-html4.tex 2021-03-04 10:50:27 UTC (rev 892)
@@ -2125,7 +2125,14 @@
{\HCode{</div>}}
>>>
+%%%%%%%%%%%%%
+\subsection{tabularx}
+%%%%%%%%%%%%%
+\<configure html4 tabularx\><<<
+\ConfigureEnv{tabularx}{\ifvmode\IgnorePar\fi\EndP}{}{}{}
+>>>
+
%%%%%%%%%%%%%
\subsection{tabulary}
%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.