Kaynağa Gözat

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'.
Jambunathan K 13 yıl önce
ebeveyn
işleme
ab757f9a24
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      contrib/lisp/org-odt.el

+ 1 - 0
contrib/lisp/org-odt.el

@@ -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)