summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/PDF.hs
Commit message (Expand)AuthorAge
* PDF writer: Fixed treatment of data uris for images.John MacFarlane2014-05-28
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Text.Pandoc.PDF: Ensure that temp directories deleted on Windows.John MacFarlane2014-04-05
* PDF: Changes to error reporting, to handle non-UTF8 error output.John MacFarlane2014-03-19
* PDF: Use / as path separators in latex input onlyTim Lin2014-03-10
* PDF: Use / as path separators in tempdir on Windows.John MacFarlane2014-03-10
* PDF: Use / as path separators even on Windows.John MacFarlane2014-03-09
* PDF: Use ; for TEXINPUTS separator on Windows.John MacFarlane2014-02-23
* HLint: use fromMaybeHenry de Valence2013-12-19
* PDF: Minor code cleanup.John MacFarlane2013-10-17
* PDF: Add suggestion to use --latex-engine=xelatex on encoding error.John MacFarlane2013-08-11
* Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane2013-08-11
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Use pipeProcess in Text.Pandoc.PDF.John MacFarlane2013-08-08
* PDF generation improvements.John MacFarlane2013-07-20
* Text.Pandoc.PDF: put temporary output directory in TEXINPUTS.John MacFarlane2013-07-18
* 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