소스 검색

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 년 전
부모
커밋
ab757f9a24
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)