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:
parent
a4e881207d
commit
ab757f9a24
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue