pandoc-1.4: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>

Text.Pandoc.Readers.TeXMath

Description

Conversion of TeX math to a list of Pandoc inline elements.

Synopsis

Documentation

readTeXMathSource

Arguments

:: String

String to parse (assumes '\n' line endings)

-> [Inline] 

Converts a string of raw TeX math to a list of Pandoc inlines.