Portability | portable |
---|---|
Stability | alpha |
Maintainer | John MacFarlane <[email protected]> |
Safe Haskell | None |
Text.Pandoc.PDF
Description
Conversion of LaTeX documents to PDF.
Documentation
Arguments
:: String | tex program (pdflatex, lualatex, xelatex) |
-> String | latex source |
-> IO (Either ByteString ByteString) |