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

Safe HaskellNone
LanguageHaskell2010

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.