texmath-0.5.0.1: Conversion of LaTeX math formulas to MathML.
Source code
Contents
Index
Text.TeXMath.Parser
Description
Functions for parsing a LaTeX formula to a Haskell representation.
Synopsis
parseFormula
::
String
->
Either
String
[
Exp
]
Documentation
parseFormula
::
String
->
Either
String
[
Exp
]
Source
Parse a formula, returning a list of
Exp
.
Produced by
Haddock
version 2.6.1