texmath-0.12.8.7: Conversion between math formats.
Safe HaskellSafe-Inferred
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.