aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/PDF.hs
AgeCommit message (Expand)AuthorFilesLines
2021-08-24PDF: generalize type of makePDF...John MacFarlane1-40/+55
2021-08-22Clean up PDF module.John MacFarlane1-59/+49
2021-07-16PDF: Fix svgIn path error.John MacFarlane1-1/+1
2021-07-06T.P.PDF, convertImage: normalize paths.John MacFarlane1-3/+3
2021-06-02Text.Pandoc.PDF: only print relevant part of environment on `--verbose`.John MacFarlane1-2/+14
2021-06-02Fix regression in 2.14 for generation of PDFs with SVGs.John MacFarlane1-1/+2
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane1-12/+13
2021-02-18T.P.PDF: disable `smart` when building PDF via LaTeX.John MacFarlane1-1/+5
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-15Text.Pandoc.PDF: Fix `changePathSeparators` for Windows.John MacFarlane1-1/+4
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-2/+2
2020-06-28PDF: all verbose output now goes to stderr, not stdout.John MacFarlane1-21/+21
2020-06-22Use --enable-local-file-access in invoking wkhtmltopdf.John MacFarlane1-1/+2
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-3/+3
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-03-02PDF via wkhtmltopdf: put user-specified options last.John MacFarlane1-2/+2
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+2
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-4/+1
2020-02-03Clean up overcomplicated maybe logic (#6105)Joseph C. Sible1-8/+6
2020-01-04Remove unneeded import.John MacFarlane1-1/+1
2020-01-03PDF: fix runTeXProgram so that the input source is always overwritten.John MacFarlane1-22/+23
2019-12-17PDF: Ensure UTF8 when printing source in --verbose mode.John MacFarlane1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-17/+16
2019-11-03PDF: don't assume tex log file is UTF8-encoded.John MacFarlane1-2/+11
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-1/+5
2019-10-04Fix compiler warnings on ghc 8.8.John MacFarlane1-21/+12
2019-09-16PDF: Fix test for Cygwin. See #5451.John MacFarlane1-2/+2
2019-09-10Pass value of --dpi to rsvg-convert...John MacFarlane1-11/+15
2019-08-31html2pdf: ensure temp file is deleted...John MacFarlane1-34/+35
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-8/+8
2019-07-20PDF: Better detection of a Cygwin environment.John MacFarlane1-1/+8
2019-07-20Revert "PDF: create temp dir in . on Cygwin."John MacFarlane1-4/+1
2019-07-19PDF: create temp dir in . on Cygwin.John MacFarlane1-1/+4
2019-06-08PDF via ms: make TOC appear at beginning and in PDF bookmarks.John MacFarlane1-2/+2
2019-05-30Add unicode code point in "Missing character" warning.John MacFarlane1-1/+8
2019-04-23Allow use of -output-directory in --pdf-engine-opt.John MacFarlane1-4/+6
2019-04-16Text.Pandoc.PDF: replace `</>` with literal "/".John MacFarlane1-2/+2
2019-03-27Drop support for ghc < 8.John MacFarlane1-4/+0
2019-03-07Add tectonic as an option for --pdf-engine. (#5346)Cormac Relf1-29/+81
2019-03-01PDF: change types of subsidiary functions to PandocIO,...John MacFarlane1-70/+70
2019-03-01Make `--fail-if-warnings` work for PDF output.John MacFarlane1-4/+10
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-27Add latexmk as an option for --pdf-engine.John MacFarlane1-79/+72
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