pandoc-1.12.0.2: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Safe HaskellNone

Text.Pandoc.Readers.LaTeX

Description

Conversion of LaTeX to Pandoc document.

Synopsis

Documentation

readLaTeXSource

Arguments

:: ReaderOptions

Reader options

-> String

String to parse (assumes '\n' line endings)

-> Pandoc 

Parse LaTeX from string and return Pandoc document.

rawLaTeXInline :: Parser [Char] ParserState InlineSource

rawLaTeXBlock :: Parser [Char] ParserState StringSource

handleIncludes :: String -> IO StringSource

Replace include commands with file contents.