pandoc-0.4: Conversion between markup formatsContentsIndex
Text.Pandoc.Readers.LaTeX
Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Description
Conversion of LaTeX to Pandoc document.
Synopsis
readLaTeX :: ParserState -> String -> Pandoc
rawLaTeXInline :: GenParser Char ParserState Inline
rawLaTeXEnvironment :: GenParser Char st Block
Documentation
readLaTeX
:: ParserStateParser state, including options for parser
-> StringString to parse
-> Pandoc
Parse LaTeX from string and return Pandoc document.
rawLaTeXInline :: GenParser Char ParserState Inline
Parse any LaTeX command and return it in a raw TeX inline element.
rawLaTeXEnvironment :: GenParser Char st Block
Parse any LaTeX environment and return a Para block containing the whole literal environment as raw TeX.
Produced by Haddock version 0.8