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

Text.TeXMath.MathML

Description

Functions for writing a parsed formula as MathML.

Documentation

toMathML :: DisplayType -> [Exp] -> Element

data DisplayType

Instances

showExp :: Exp -> Element