Skip to content

Add a LaTeX-math to MathML translator #81

Description

@Mearman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions