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

Safe HaskellNone
LanguageHaskell2010

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.