summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/PDF.hs
AgeCommit message (Expand)Author
2019-08-25Use new doctemplates, doclayout.John MacFarlane
2019-07-20PDF: Better detection of a Cygwin environment.John MacFarlane
2019-07-20Revert "PDF: create temp dir in . on Cygwin."John MacFarlane
2019-07-19PDF: create temp dir in . on Cygwin.John MacFarlane
2019-06-08PDF via ms: make TOC appear at beginning and in PDF bookmarks.John MacFarlane
2019-05-30Add unicode code point in "Missing character" warning.John MacFarlane
2019-04-23Allow use of -output-directory in --pdf-engine-opt.John MacFarlane
2019-04-16Text.Pandoc.PDF: replace `</>` with literal "/".John MacFarlane
2019-03-27Drop support for ghc < 8.John MacFarlane
2019-03-07Add tectonic as an option for --pdf-engine. (#5346)Cormac Relf
2019-03-01PDF: change types of subsidiary functions to PandocIO,...John MacFarlane
2019-03-01Make `--fail-if-warnings` work for PDF output.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-27Add latexmk as an option for --pdf-engine.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-02-02PDF: More conservative solution to #777.John MacFarlane
2019-02-02PDF: use system temp dir and set TEXMFOUTPUT.John MacFarlane
2018-08-24PDF: fix reference to rsvg-convert (#4855)Antonio Terceiro
2018-07-06PDF: revert fix for #4484 (only compress images on last run).John MacFarlane
2018-07-06PDF: Fix logic error in runTeXProgram.John MacFarlane
2018-06-03Regression: make --pdf-engine work with full paths (#4682)Mauro Bieg
2018-05-05Revert piping html to pdf-engine (#4628)Mauro Bieg
2018-04-21makePDF: Don't try to convert eps files.John MacFarlane
2018-04-21makePDF: For pdflatex, use a temp dir in the working directory.John MacFarlane
2018-04-09PDF: Use withTempDir in html2pdf.John MacFarlane
2018-03-23PDF: with xelatex, don't compress images til the last run.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane
2018-03-11html2pdf: inject base tag wih current working directory (#4443)Mauro Bieg
2018-01-10Add header and footer parametersnewmana
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-10-27hlint suggestions.John MacFarlane
2017-10-27hlint changes.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-10-26makePDF: add argument for pdf options, remove writerPdfArgs.John MacFarlane
2017-09-30Removed Verbosity and MediaBag params from makePDF.John MacFarlane
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane
2017-09-11Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg
2017-08-16Fix import in PDF.John MacFarlane
2017-08-15Remove initial check for pdf creating program.John MacFarlane
2017-08-09Support svg in PDF output, converting with rsvg2pdf.John MacFarlane
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