Add support for LaTeX to MathML conversion
commit4f2f222c00e0f43a78db0b149339fb751e96ddc0
authorCarsten Dominik <carsten.dominik@gmail.com>
Sun, 16 Oct 2011 08:52:32 +0000 (16 10:52 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sun, 16 Oct 2011 08:52:32 +0000 (16 10:52 +0200)
treea83f778f618343d3b63f78ad66706da0c84b670b
parent05ead2de3b32698409414f890116bc8985b2b732
Add support for LaTeX to MathML conversion

* lisp/org.el (org-latex-to-mathml-jar-file)
(org-latex-to-mathml-convert-command): New user-customizable
variables.
(org-format-latex-mathml-available-p, org-create-math-formula)
(org-format-latex-as-mathml): New functions.
(org-format-latex): Add a new local variable block-type that
notes the nature of the equation - inline or display.
Associate it's value to `org-latex-src-embed-type' property of
dvipng links.  Add mathml as new processing type.

Patch by Jambunathan.
lisp/org.el