pandoc-1.6.0.1: Conversion between markup formatsContentsIndex
Text.Pandoc.Readers.TeXMath
Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Description
Conversion of TeX math to a list of Pandoc inline elements.
Synopsis
readTeXMath :: String -> [Inline]
Documentation
readTeXMath
:: StringString to parse (assumes '\n' line endings)
-> [Inline]
Converts a raw TeX math formula to a list of Pandoc inlines. Defaults to raw formula between $ characters if entire formula can't be converted.
Produced by Haddock version 2.6.0