Age | Commit message (Expand) | Author | Files | Lines |
2019-03-27 | Drop support for ghc < 8. | John MacFarlane | 1 | -4/+0 |
2019-03-07 | Add tectonic as an option for --pdf-engine. (#5346) | Cormac Relf | 1 | -29/+81 |
2019-03-01 | PDF: change types of subsidiary functions to PandocIO,... | John MacFarlane | 1 | -70/+70 |
2019-03-01 | Make `--fail-if-warnings` work for PDF output. | John MacFarlane | 1 | -4/+10 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-27 | Add latexmk as an option for --pdf-engine. | John MacFarlane | 1 | -79/+72 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2019-02-02 | PDF: More conservative solution to #777. | John MacFarlane | 1 | -2/+11 |
2019-02-02 | PDF: use system temp dir and set TEXMFOUTPUT. | John MacFarlane | 1 | -8/+5 |
2018-08-24 | PDF: fix reference to rsvg-convert (#4855) | Antonio Terceiro | 1 | -1/+1 |
2018-07-06 | PDF: revert fix for #4484 (only compress images on last run). | John MacFarlane | 1 | -6/+1 |
2018-07-06 | PDF: Fix logic error in runTeXProgram. | John MacFarlane | 1 | -1/+1 |
2018-06-03 | Regression: make --pdf-engine work with full paths (#4682) | Mauro Bieg | 1 | -51/+60 |
2018-05-05 | Revert piping html to pdf-engine (#4628) | Mauro Bieg | 1 | -50/+46 |
2018-04-21 | makePDF: Don't try to convert eps files. | John MacFarlane | 1 | -0/+2 |
2018-04-21 | makePDF: For pdflatex, use a temp dir in the working directory. | John MacFarlane | 1 | -3/+5 |
2018-04-09 | PDF: Use withTempDir in html2pdf. | John MacFarlane | 1 | -38/+39 |
2018-03-23 | PDF: with xelatex, don't compress images til the last run. | John MacFarlane | 1 | -1/+6 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane | 1 | -1/+0 |
2018-03-11 | html2pdf: inject base tag wih current working directory (#4443) | Mauro Bieg | 1 | -1/+9 |
2018-01-10 | Add header and footer parameters | newmana | 1 | -0/+4 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -1/+0 |
2017-10-27 | hlint changes. | John MacFarlane | 1 | -5/+3 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -8/+7 |
2017-10-26 | makePDF: add argument for pdf options, remove writerPdfArgs. | John MacFarlane | 1 | -14/+11 |
2017-09-30 | Removed Verbosity and MediaBag params from makePDF. | John MacFarlane | 1 | -33/+27 |
2017-09-30 | Removed writerSourceURL, add source URL to common state. | John MacFarlane | 1 | -4/+3 |
2017-09-11 | Support for PDF generation via `weasyprint` and `prince` (#3909) | Mauro Bieg | 1 | -18/+28 |
2017-08-16 | Fix import in PDF. | John MacFarlane | 1 | -0/+4 |
2017-08-15 | Remove initial check for pdf creating program. | John MacFarlane | 1 | -5/+27 |
2017-08-09 | Support svg in PDF output, converting with rsvg2pdf. | John MacFarlane | 1 | -3/+12 |
2017-06-18 | In producing PDFs, warn if the font is missing some characters. | John MacFarlane | 1 | -13/+34 |
2017-06-11 | Switched Writer types to use Text. | John MacFarlane | 1 | -13/+14 |
2017-05-20 | PDF: Got --resource-path working with pdf output. | John MacFarlane | 1 | -4/+7 |
2017-05-20 | PDF: better error message for non-converted svg images. | John MacFarlane | 1 | -0/+1 |
2017-05-20 | PDF: Refactoring, makePDF is now in PandocIO [API change]. | John MacFarlane | 1 | -13/+8 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-05-07 | Rename fillMedia -> fillMediaBag. | John MacFarlane | 1 | -2/+3 |
2017-05-07 | PDF: use fillMedia and extractMedia to extract media to tmp dir. | John MacFarlane | 1 | -39/+11 |
2017-03-26 | PDF: when running pdfroff, don't do second pass to relocate toc. | John MacFarlane | 1 | -1/+2 |
2017-03-25 | Ms writer: Implement header identifiers and internal links. | John MacFarlane | 1 | -1/+1 |
2017-03-24 | PDF via groff ms: use -t and -KUTF-8 options to pdfroff. | John MacFarlane | 1 | -1/+1 |
2017-03-23 | Allow creation of pdf via groff ms and pdfroff. | John MacFarlane | 1 | -1/+32 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -20/+22 |
2017-02-25 | Fetch images when generating PDF via context. | John MacFarlane | 1 | -3/+6 |
2017-02-24 | Removed unnecessary import. | John MacFarlane | 1 | -1/+0 |
2017-02-24 | Removed useless TEXINPUTS stuff for context2pdf. | John MacFarlane | 1 | -7/+2 |
2017-02-24 | Shared: remove 'warn'. | John MacFarlane | 1 | -10/+16 |