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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Mon Apr 10 09:11:45 CEST 2017


Author: michal_h21
Date: 2017-04-10 10:11:45 +0300 (Mon, 10 Apr 2017)
New Revision: 277

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-options.tex
Log:
Don't load MathML by default for HTML5

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2017-04-07 13:44:26 UTC (rev 276)
+++ trunk/lit/ChangeLog	2017-04-10 07:11:45 UTC (rev 277)
@@ -1,3 +1,7 @@
+2017-04-10  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-options.tex (tex4ht.4ht): Don't load MathML by default for HTML5.
+
 2017-04-07  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-fonts-noncjk.tex: fixed XML entities in ctib-uni block.

Modified: trunk/lit/tex4ht-options.tex
===================================================================
--- trunk/lit/tex4ht-options.tex	2017-04-07 13:44:26 UTC (rev 276)
+++ trunk/lit/tex4ht-options.tex	2017-04-10 07:11:45 UTC (rev 277)
@@ -265,8 +265,14 @@
                \Hinclude[*]{infomml.4ht}\fi
    \Hinclude[*]{html4.4ht}%
    \Hinclude[*]{unicode.4ht}%
-   \Hinclude[*]{mathml.4ht}%
-   \Hinclude[*]{html-mml.4ht}%
+   \:CheckOption{mathml}\if:Option%
+   \else\:CheckOption{mathml-}\fi%
+   \if:Option%
+      \Hinclude[*]{mathml.4ht}%
+      \Hinclude[*]{html-mml.4ht}%
+   \else
+      \Hinclude[*]{html4-math.4ht}%
+   \fi
    \Hinclude[*]{html5.4ht}%
 }
 >>>



More information about the tex4ht-commits mailing list