summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/PDF.hs
Commit message (Expand)AuthorAge
* PDF: On Windows, create temdir in working directory.John MacFarlane2013-04-26
* PDF: Run latex at least two times.John MacFarlane2012-03-19
* PDF: run latex 3 times if --toc specified.John MacFarlane2012-02-19
* PDF: Only run latex twice if \tableofcontents is present.John MacFarlane2012-02-07
* Text.Pandoc.PDF: Simplified tex2pdf.John MacFarlane2012-02-06
* pandoc: Better error checking.John MacFarlane2012-01-21
* PDF: Use string instead of special TeXProgram type.John MacFarlane2012-01-20
* PDF: Better error message.John MacFarlane2012-01-20
* PDF: Export TeXProgram type.John MacFarlane2012-01-20
* PDF: Removed TeXError type, just return a bytestring.John MacFarlane2012-01-20
* Fixed -Wall errors in PDF module.John MacFarlane2012-01-20
* Added Text.Pandoc.PDF - converts latex to PDF.John MacFarlane2012-01-20