texmath-0.7.0.2: Conversion between formats used to represent mathematics.

Safe HaskellNone

Text.TeXMath.Writers.Pandoc

Description

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

Synopsis

Documentation

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

Attempts to convert a formula to a list of Pandoc inlines.