scholdoc-0.1.3: Converts ScholarlyMarkdown documents to HTML5/LaTeX/Docx format

CopyrightCopyright (C) 2006-2014 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)

-> Pandoc 

Parse LaTeX from string and return Pandoc document.

rawLaTeXInline :: Parser [Char] ParserState Inline Source

rawLaTeXBlock :: Parser [Char] ParserState String Source

handleIncludes :: String -> IO String Source

Replace "include" commands with file contents.