| Portability | portable |
|---|---|
| Stability | alpha |
| Maintainer | John MacFarlane <jgm@berkeley.edu> |
| Safe Haskell | None |
Text.Pandoc.PDF
Description
Conversion of LaTeX documents to PDF.
Documentation
Arguments
| :: String | pdf creator (pdflatex, lualatex, xelatex) |
| -> (WriterOptions -> Pandoc -> String) | writer |
| -> WriterOptions | options |
| -> Pandoc | document |
| -> IO (Either ByteString ByteString) |