pandoc-1.9.4.2: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Safe HaskellSafe-Infered

Text.Pandoc.PDF

Description

Conversion of LaTeX documents to PDF.

Documentation

tex2pdfSource

Arguments

:: String

tex program (pdflatex, lualatex, xelatex)

-> String

latex source

-> IO (Either ByteString ByteString)