aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/PDF.hs
AgeCommit message (Expand)AuthorFilesLines
2017-02-24Removed unnecessary import.John MacFarlane1-1/+0
2017-02-24Removed useless TEXINPUTS stuff for context2pdf.John MacFarlane1-7/+2
2017-02-24Shared: remove 'warn'.John MacFarlane1-10/+16
2017-02-23PDF: make sure that verbosity is respected when we fetch items.John MacFarlane1-10/+19
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane1-2/+2
2017-01-25Removed readerVerbosity and writerVerbosity.John MacFarlane1-5/+6
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane1-21/+22
2017-01-25Removed writerMediaBag from WriterOpts.John MacFarlane1-14/+20
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane1-4/+5
2017-01-25PDF: put makePDF in MonadIO.John MacFarlane1-4/+6
2017-01-25Process.pipeProcess: stream stderr rather than capturing.John MacFarlane1-13/+7
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-4/+5
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-09-02PDF: Don't crash with nonexistent image.John MacFarlane1-1/+2
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
2016-01-04Fixed v1.16 reversion with --latex-engine.John MacFarlane1-2/+2
2015-12-21Improved treatment of margins in wkhtmltopdf.John MacFarlane1-9/+13
2015-12-21Allow setting margins from metadata variables for wkhtmltopdf.John MacFarlane1-2/+6
2015-12-21pdf via wkhtmltopdf: take `title` and `page-size` from metadata.John MacFarlane1-13/+22
2015-12-21Added preliminary support for PDF creation via wkhtmltopdf.John MacFarlane1-3/+58
2015-11-22hlint fixesJohn MacFarlane1-12/+13
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-6/+6
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-20Allow use of ConTeXt to generate PDFs.John MacFarlane1-2/+64
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-4/+0
2015-08-05PDF: Modified for new image size attributes parameter.John MacFarlane1-6/+6
2015-07-08PDF: Make sure `--latex-engine-opt` goes before the filename...John MacFarlane1-1/+1
2015-05-20PDF writer: Print temp dir on `--verbose`.John MacFarlane1-0/+2
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-12Fixed warning.John MacFarlane1-1/+1
2015-04-12Text.Pandoc.PDF: more comprehensible errors on image conversion.John MacFarlane1-3/+3
2015-03-04Fix issue #969, #1779 by providing --latex-engine-optSumit Sahrawat1-7/+9
2015-01-11don't log Try xelatex if xelatex already in use, closes #1832mb211-2/+3
2014-12-26Added `--verbose` flag for debugging output in PDF production.John MacFarlane1-9/+26
2014-08-30PDF: Catch errors in conversion of images and display message.John MacFarlane1-8/+14
2014-08-13PDF Writer: Attempts to convert images to pdf renderable formatsMatthew Pickering1-3/+29
2014-07-30PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane1-7/+7
2014-07-30Moved withTempDir from PDF to Shared, export from Shared.John MacFarlane1-10/+1
2014-05-28PDF writer: Fixed treatment of data uris for images.John MacFarlane1-2/+2
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-04-05Text.Pandoc.PDF: Ensure that temp directories deleted on Windows.John MacFarlane1-1/+4
2014-03-19PDF: Changes to error reporting, to handle non-UTF8 error output.John MacFarlane1-3/+2
2014-03-10PDF: Use / as path separators in latex input onlyTim Lin1-12/+15
2014-03-10PDF: Use / as path separators in tempdir on Windows.John MacFarlane1-3/+11
2014-03-09PDF: Use / as path separators even on Windows.John MacFarlane1-2/+3
2014-02-23PDF: Use ; for TEXINPUTS separator on Windows.John MacFarlane1-1/+6
2013-12-19HLint: use fromMaybeHenry de Valence1-1/+2
2013-10-17PDF: Minor code cleanup.John MacFarlane1-2/+2