texmath-0.5.0.2: Conversion of LaTeX math formulas to MathML.

Text.TeXMath.Parser

Description

Functions for parsing a LaTeX formula to a Haskell representation.

Synopsis

Documentation

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

Parse a formula, returning a list of Exp.