texmath

Safe HaskellNone

Text.TeXMath

Description

Functions for converting LaTeX math formulas to MathML.

Documentation

texMathToMathML :: DisplayType -> String -> Either String Element

texMathToOMML :: DisplayType -> String -> Either String Element

texMathToPandoc :: DisplayType -> String -> Either String [Inline]

data DisplayType

Instances