Scoped to math expressions, not full LaTeX documents. Maps to the formula ContentDocument variant (the one standalone .odf and embedded odt/odp/ods formulas use), feeding the existing layoutFormula / odfToPdf engine — no new layout code.
A hand-written LaTeX-math→MathML translator: fractions (\frac), sub/superscripts, roots (\sqrt), matrices, sums/integrals, the common symbols and Greek. This is the high-demand case — LaTeX math is what users actually write, and right now there's no path from a LaTeX expression to a typeset formula in this family.
Full LaTeX documents (preamble, packages, document body, macros) are explicitly out of scope, for the same reason full HTML is: that's a different, larger undertaking than the formula vocabulary.
Scoped to math expressions, not full LaTeX documents. Maps to the
formulaContentDocumentvariant (the one standalone.odfand embedded odt/odp/ods formulas use), feeding the existinglayoutFormula/odfToPdfengine — no new layout code.A hand-written LaTeX-math→MathML translator: fractions (
\frac), sub/superscripts, roots (\sqrt), matrices, sums/integrals, the common symbols and Greek. This is the high-demand case — LaTeX math is what users actually write, and right now there's no path from a LaTeX expression to a typeset formula in this family.Full LaTeX documents (preamble, packages, document body, macros) are explicitly out of scope, for the same reason full HTML is: that's a different, larger undertaking than the formula vocabulary.