summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/PDF.hs
Commit message (Expand)AuthorAge
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Rename fillMedia -> fillMediaBag.John MacFarlane2017-05-07
* PDF: use fillMedia and extractMedia to extract media to tmp dir.John MacFarlane2017-05-07
* PDF: when running pdfroff, don't do second pass to relocate toc.John MacFarlane2017-03-26
* Ms writer: Implement header identifiers and internal links.John MacFarlane2017-03-25
* PDF via groff ms: use -t and -KUTF-8 options to pdfroff.John MacFarlane2017-03-24
* Allow creation of pdf via groff ms and pdfroff.John MacFarlane2017-03-23
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Fetch images when generating PDF via context.John MacFarlane2017-02-25
* Removed unnecessary import.John MacFarlane2017-02-24
* Removed useless TEXINPUTS stuff for context2pdf.John MacFarlane2017-02-24
* Shared: remove 'warn'.John MacFarlane2017-02-24
* PDF: make sure that verbosity is respected when we fetch items.John MacFarlane2017-02-23
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* 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