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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Sat Jan 30 21:04:34 CET 2021


Author: michal_h21
Date: 2021-01-30 22:04:34 +0200 (Sat, 30 Jan 2021)
New Revision: 878

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
Cleaned MathJax configuration

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-01-29 16:12:18 UTC (rev 877)
+++ trunk/lit/ChangeLog	2021-01-30 20:04:34 UTC (rev 878)
@@ -1,3 +1,9 @@
+2021-01-30  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4-math.4ht): removed most of the configuration for
+	MathJax, it was not needed and could cause problems in some cases.
+	https://github.com/michal-h21/make4ht/issues/42
+
 2021-01-29  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (biblatex.4ht): the previous fix caused other issues. We

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2021-01-29 16:12:18 UTC (rev 877)
+++ trunk/lit/tex4ht-html4.tex	2021-01-30 20:04:34 UTC (rev 878)
@@ -8548,16 +8548,7 @@
 \Configure{MathJaxConfig}{{
     tex: {
       tags: "ams",
-      \detokenize{%
-      inlineMath: [ ["\\\(","\\\)"] ],
-      displayMath: [ ['$$','$$'], ["\\[","\\]"] ],}
-      processEscapes: true,
-      processEnvironments: true,
-      packages: ['base', 'color', 'ams']
   },
-  loader: {
-    load: ['[tex]/color', '[tex]/ams']
-  }
 };
 }
 \fi



More information about the tex4ht-commits mailing list.