texmath-0.7: Conversion between formats used to represent mathematics.

Safe HaskellNone

Text.TeXMath.Readers.MathML

Description

Parses MathML in conformance with the MathML3 specification.

Unimplemented features:

  • menclose - mpadded - mmultiscripts (etc) - malignmark - maligngroup - Elementary Math

To Improve:

  • Handling of menclose - Handling of mstyle

Synopsis

Documentation

readMathML :: String -> Either String [Exp]Source

Parse a MathML expression to a list of Exp.