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