texmath-0.6.6.3: Conversion of LaTeX math formulas to MathML or OMML.

Safe HaskellNone

Text.TeXMath.Pandoc

Description

Functions for writing a parsed formula as a list of Pandoc Inlines.

Synopsis

Documentation

toPandoc :: DisplayType -> [Exp] -> Maybe [Inline]Source

Converts a formula to a list of Pandoc inlines. Defaults to raw formula between $ characters if entire formula can't be converted.