pandoc-1.16.0.1: Conversion between markup formats

CopyrightCopyright (C) 2006-2015 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Readers.LaTeX

Description

Conversion of LaTeX to Pandoc document.

Synopsis

Documentation

readLaTeX Source

Arguments

:: ReaderOptions

Reader options

-> String

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

-> Either PandocError Pandoc 

Parse LaTeX from string and return Pandoc document.

handleIncludes :: String -> IO (Either PandocError String) Source

Replace "include" commands with file contents.