Variable: org-latex-to-mathml-jar-file
org-latex-to-mathml-jar-file is a customizable variable defined in
org.el.gz.
Value
nil
Documentation
Value of"%j" in org-latex-to-mathml-convert-command.
Use this to specify additional executable file say a jar file.
When using MathToWeb as the converter, specify the full-path to your mathtoweb.jar file.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-latex-to-mathml-jar-file nil
"Value of\"%j\" in `org-latex-to-mathml-convert-command'.
Use this to specify additional executable file say a jar file.
When using MathToWeb as the converter, specify the full-path to
your mathtoweb.jar file."
:group 'org-latex
:version "24.1"
:type '(choice
(const :tag "None" nil)
(file :tag "JAR file" :must-match t)))