pandoc-1.4: Conversion between markup formatsSource codeContentsIndex
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 String
Documentation
readLaTeXSource
:: ParserStateParser state, including options for parser
-> StringString to parse (assumes '\n' line endings)
-> Pandoc
Parse LaTeX from string and return Pandoc document.
rawLaTeXInline :: GenParser Char ParserState InlineSource
Parse any LaTeX command and return it in a raw TeX inline element.
rawLaTeXEnvironment' :: GenParser Char st StringSource
Parse any LaTeX environment and return a string containing the whole literal environment as raw TeX.
Produced by Haddock version 2.4.2