summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/PDF.hs
Commit message (Expand)AuthorAge
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Fixed warning.John MacFarlane2015-04-12
* Text.Pandoc.PDF: more comprehensible errors on image conversion.John MacFarlane2015-04-12
* Fix issue #969, #1779 by providing --latex-engine-optSumit Sahrawat2015-03-04
* don't log Try xelatex if xelatex already in use, closes #1832mb212015-01-11
* Added `--verbose` flag for debugging output in PDF production.John MacFarlane2014-12-26
* PDF: Catch errors in conversion of images and display message.John MacFarlane2014-08-30
* PDF Writer: Attempts to convert images to pdf renderable formatsMatthew Pickering2014-08-13
* PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane2014-07-30
* Moved withTempDir from PDF to Shared, export from Shared.John MacFarlane2014-07-30
* 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