[tex4ht-commits] [SCM] tex4ht updated: r463 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Wed Dec 19 10:43:45 CET 2018
Author: michal_h21
Date: 2018-12-19 11:43:45 +0200 (Wed, 19 Dec 2018)
New Revision: 463
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-options.tex
Log:
Added support for mathml option for docbook and tei formats
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2018-12-18 23:43:12 UTC (rev 462)
+++ trunk/lit/ChangeLog 2018-12-19 09:43:45 UTC (rev 463)
@@ -1,3 +1,8 @@
+2018-12-19 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-options.tex (tex4ht.4ht): added support for mathml option for
+ docbook and tei formats.
+
2018-12-18 Karl Berry <karl at freefriends.org>
* tex4ht-4ht.tex (pstricks.4ht): copyright.
Modified: trunk/lit/tex4ht-options.tex
===================================================================
--- trunk/lit/tex4ht-options.tex 2018-12-18 23:43:12 UTC (rev 462)
+++ trunk/lit/tex4ht-options.tex 2018-12-19 09:43:45 UTC (rev 463)
@@ -293,7 +293,14 @@
\Configure{tei}{%
\Hinclude[*]{tei.4ht}%
\Hinclude[*]{unicode.4ht}%
- \Hinclude[*]{tei-math.4ht}%
+ \:CheckOption{mathml}\if:Option%
+ \else\:CheckOption{mathml-}\fi%
+ \if:Option%
+ \Hinclude[*]{mathml.4ht}%
+ \Hinclude[*]{tei-mml.4ht}%
+ \else
+ \Hinclude[*]{tei-math.4ht}%
+ \fi
\:CheckOption{svg}%
\if:Option \else\:CheckOption{svg-}\fi
\if:Option \else\:CheckOption{svg-obj}\fi
@@ -324,7 +331,14 @@
\Configure{docbook}{%
\Hinclude[*]{docbook.4ht}%
\Hinclude[*]{unicode.4ht}%
- \Hinclude[*]{docbook-math.4ht}%
+ \:CheckOption{mathml}\if:Option%
+ \else\:CheckOption{mathml-}\fi%
+ \if:Option%
+ \Hinclude[*]{mathml.4ht}%
+ \Hinclude[*]{docbook-mml.4ht}%
+ \else
+ \Hinclude[*]{docbook-math.4ht}%
+ \fi
\:CheckOption{svg}%
\if:Option \else\:CheckOption{svg-}\fi
\if:Option \else\:CheckOption{svg-obj}\fi
More information about the tex4ht-commits
mailing list