[tex4ht-commits] [SCM] tex4ht updated: r893 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Sat Mar 6 01:10:07 CET 2021
Author: michal_h21
Date: 2021-03-06 02:10:06 +0200 (Sat, 06 Mar 2021)
New Revision: 893
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-sty.tex
Log:
Define \ht:everypar even if \everypar is already modified
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-03-04 10:50:27 UTC (rev 892)
+++ trunk/lit/ChangeLog 2021-03-06 00:10:06 UTC (rev 893)
@@ -1,3 +1,9 @@
+2021-03-06 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-sty.tex (tex4ht.sty): preparing for a new LaTeX release, where
+ \everypar will be patched by LaTeX kernel.
+ https://puszcza.gnu.org.ua/bugs/?477
+
2021-03-04 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): close paragraph before tabularx environment.
Modified: trunk/lit/tex4ht-sty.tex
===================================================================
--- trunk/lit/tex4ht-sty.tex 2021-03-04 10:50:27 UTC (rev 892)
+++ trunk/lit/tex4ht-sty.tex 2021-03-06 00:10:06 UTC (rev 893)
@@ -1925,6 +1925,10 @@
\ifx \:temp\:tempa
\let\ht:everypar|=\everypar
\else
+ % LaTeX kernel will patch \everypar in future releases,
+ % so this test will always fail. We should define \ht:everypar
+ % anyway, paragraph handling would fail otherwise
+ \let\ht:everypar|=\everypar
\:warning{nonprimitive \string\everypar}
\fi
\edef\NoHtmlEnv{%
More information about the tex4ht-commits
mailing list.