summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/PDF.hs
Commit message (Expand)AuthorAge
* Removed readerVerbosity and writerVerbosity.John MacFarlane2017-01-25
* Changes to verbosity in writer and reader options.John MacFarlane2017-01-25
* Removed writerMediaBag from WriterOpts.John MacFarlane2017-01-25
* Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane2017-01-25
* PDF: put makePDF in MonadIO.John MacFarlane2017-01-25
* Process.pipeProcess: stream stderr rather than capturing.John MacFarlane2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* PDF: Don't crash with nonexistent image.John MacFarlane2016-09-02
* Updated copyright dates to include 2016.John MacFarlane2016-03-22
* Fixed v1.16 reversion with --latex-engine.John MacFarlane2016-01-04
* Improved treatment of margins in wkhtmltopdf.John MacFarlane2015-12-21
* Allow setting margins from metadata variables for wkhtmltopdf.John MacFarlane2015-12-21
* pdf via wkhtmltopdf: take `title` and `page-size` from metadata.John MacFarlane2015-12-21
* Added preliminary support for PDF creation via wkhtmltopdf.John MacFarlane2015-12-21
* hlint fixesJohn MacFarlane2015-11-22
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * PDF: Modified for new image size attributes parameter.John MacFarlane2015-08-05
* | Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Allow use of ConTeXt to generate PDFs.John MacFarlane2015-10-20
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
|/
* PDF: Make sure `--latex-engine-opt` goes before the filename...John MacFarlane2015-07-08
* PDF writer: Print temp dir on `--verbose`.John MacFarlane2015-05-20
* 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