Portability | portable |
---|---|
Stability | alpha |
Maintainer | John MacFarlane <jgm@berkeley.edu> |
Conversion of LaTeX to Pandoc
document.
Documentation
:: ParserState | Parser state, including options for parser |
-> String | String to parse (assumes |
-> 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.