|
Text.Pandoc.Readers.LaTeX | Portability | portable | Stability | alpha | Maintainer | John MacFarlane <jgm@berkeley.edu> |
|
|
|
Description |
Conversion of LaTeX to Pandoc document.
|
|
Synopsis |
|
|
|
Documentation |
|
|
:: ParserState | Parser state, including options for parser
| -> String | String to parse (assumes '\n' line endings)
| -> Pandoc | | Parse LaTeX from string and return Pandoc document.
|
|
|
|
Parse any LaTeX command and return it in a raw TeX inline element.
|
|
|
Parse any LaTeX environment and return a string containing
the whole literal environment as raw TeX.
|
|
Produced by Haddock version 2.6.1 |