aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/PDF.hs
AgeCommit message (Expand)Author
2017-06-18In producing PDFs, warn if the font is missing some characters.John MacFarlane
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-05-20PDF: Got --resource-path working with pdf output.John MacFarlane
2017-05-20PDF: better error message for non-converted svg images.John MacFarlane
2017-05-20PDF: Refactoring, makePDF is now in PandocIO [API change].John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-05-07Rename fillMedia -> fillMediaBag.John MacFarlane
2017-05-07PDF: use fillMedia and extractMedia to extract media to tmp dir.John MacFarlane
2017-03-26PDF: when running pdfroff, don't do second pass to relocate toc.John MacFarlane
2017-03-25Ms writer: Implement header identifiers and internal links.John MacFarlane
2017-03-24PDF via groff ms: use -t and -KUTF-8 options to pdfroff.John MacFarlane
2017-03-23Allow creation of pdf via groff ms and pdfroff.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-25Fetch images when generating PDF via context.John MacFarlane
2017-02-24Removed unnecessary import.John MacFarlane
2017-02-24Removed useless TEXINPUTS stuff for context2pdf.John MacFarlane
2017-02-24Shared: remove 'warn'.John MacFarlane
2017-02-23PDF: make sure that verbosity is respected when we fetch items.John MacFarlane
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane
2017-01-25Removed readerVerbosity and writerVerbosity.John MacFarlane
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane
2017-01-25Removed writerMediaBag from WriterOpts.John MacFarlane
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane
2017-01-25PDF: put makePDF in MonadIO.John MacFarlane
2017-01-25Process.pipeProcess: stream stderr rather than capturing.John MacFarlane
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal
2016-09-02Remove Compat.MonoidJesse Rosenthal
2016-09-02PDF: Don't crash with nonexistent image.John MacFarlane
2016-03-22Updated copyright dates to include 2016.1.17.0.2John MacFarlane
2016-01-04Fixed v1.16 reversion with --latex-engine.John MacFarlane
2015-12-21Improved treatment of margins in wkhtmltopdf.John MacFarlane
2015-12-21Allow setting margins from metadata variables for wkhtmltopdf.John MacFarlane
2015-12-21pdf via wkhtmltopdf: take `title` and `page-size` from metadata.John MacFarlane
2015-12-21Added preliminary support for PDF creation via wkhtmltopdf.John MacFarlane
2015-11-22hlint fixesJohn MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-20Allow use of ConTeXt to generate PDFs.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-08-05PDF: Modified for new image size attributes parameter.John MacFarlane
2015-07-08PDF: Make sure `--latex-engine-opt` goes before the filename...John MacFarlane
2015-05-20PDF writer: Print temp dir on `--verbose`.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-04-12Fixed warning.John MacFarlane
2015-04-12Text.Pandoc.PDF: more comprehensible errors on image conversion.John MacFarlane
2015-03-04Fix issue #969, #1779 by providing --latex-engine-optSumit Sahrawat
2015-01-11don't log Try xelatex if xelatex already in use, closes #1832mb21
2014-12-26Added `--verbose` flag for debugging output in PDF production.John MacFarlane