docutils.utils.math.tex2mathml_extern module

Wrappers for TeX->MathML conversion by external tools

This module is provisional: the API is not settled and may change with any minor Docutils version.

latexml(math_code, reporter=None)[source]

Convert LaTeX math code to MathML with LaTeXML

ttm(math_code, reporter=None)[source]

Convert LaTeX math code to MathML with TtM

blahtexml(math_code, inline=True, reporter=None)[source]

Convert LaTeX math code to MathML with blahtexml

pandoc(math_code, reporter=None)[source]

Convert LaTeX math code to MathML with pandoc