org-odt.el: Set mathml option

* contrib/lisp/org-odt.el
(org-export-odt-do-preprocess-latex-fragments): Pass 'mathml
option to `org-format-latex'.
This commit is contained in:
Jambunathan K 2011-09-09 00:22:19 +05:30
parent a4e881207d
commit ab757f9a24
1 changed files with 1 additions and 0 deletions

View File

@ -1741,6 +1741,7 @@ visually."
(setq cache-dir "ltxpng/")
(setq display-msg "Creating LaTeX image %s"))
((member latex-frag-opt '(mathjax t))
(setq latex-frag-opt 'mathml)
(setq cache-dir "ltxmathml/")
(setq display-msg "Creating MathML formula %s")))
(when (and org-current-export-file)