summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/PDF.hs
Commit message (Expand)AuthorAge
* Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg2017-09-11
* Fix import in PDF.John MacFarlane2017-08-16
* Remove initial check for pdf creating program.John MacFarlane2017-08-15
* Support svg in PDF output, converting with rsvg2pdf.John MacFarlane2017-08-09
* In producing PDFs, warn if the font is missing some characters.John MacFarlane2017-06-18
* Switched Writer types to use Text.John MacFarlane2017-06-11
* PDF: Got --resource-path working with pdf output.John MacFarlane2017-05-20
* PDF: better error message for non-converted svg images.John MacFarlane2017-05-20
* PDF: Refactoring, makePDF is now in PandocIO [API change].John MacFarlane2017-05-20
* 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