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