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