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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Feb 28 14:41:37 CET 2022


Author: michal_h21
Date: 2022-02-28 13:41:37 +0000 (Mon, 28 Feb 2022)
New Revision: 1086

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
don't configure quotation as a math environment

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-02-28 13:16:21 UTC (rev 1085)
+++ trunk/lit/ChangeLog	2022-02-28 13:41:37 UTC (rev 1086)
@@ -1,5 +1,8 @@
 2022-02-28  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-html4.tex (html4-math.4ht): removed math configuration for
+	the quotation environment, it was probably mistake that it existed.
+	https://github.com/Witiko/markdown/issues/90
 	* tex4ht-html4.tex (html4.4ht, html4-math.4ht): correctly close
 	<div>.
 	https://github.com/Witiko/markdown/issues/90

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2022-02-28 13:16:21 UTC (rev 1085)
+++ trunk/lit/tex4ht-html4.tex	2022-02-28 13:41:37 UTC (rev 1086)
@@ -9724,7 +9724,6 @@
 \ConfigureEnv{gather*}{\m:env{gather*}}{\endm:env}{}{}   
 \ConfigureEnv{gathered}{\m:env{gathered}}{\endm:env}{}{}   
 \ConfigureEnv{matrix}{\m:env{matrix}}{\endm:env}{}{}   
-\ConfigureEnv{quotation}{\m:env{quotation}}{\endm:env}{}{}   
 \Configure{equations}{*}{}
 >>>
 



More information about the tex4ht-commits mailing list.