org-latex-to-mathml-convert-command

org-latex-to-mathml-convert-command is a variable defined in `org.el'.
Its value is
nil

  • This variable may be risky if used as a file-local variable.

Documentation:
Command to convert LaTeX fragments to MathML.
Replace format-specifiers in the command as noted below and use
`shell-command' to convert LaTeX to MathML.
%j: Executable file in fully expanded form as specified by
`org-latex-to-mathml-jar-file'.
%I: Input LaTeX file in fully expanded form
%o: Output MathML file
This command is used by `org-create-math-formula'.

When using MathToWeb as the converter, set this to
"java -jar %j -unicode -force -df %o %I".

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.1 of Emacs.