aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/PDF.hs
AgeCommit message (Expand)Author
2025-12-15PDF: add SOURCE_DATE_EPOCH to verbose env variable infoJohn MacFarlane
2025-12-15Fix typo.John MacFarlane
2025-11-06PDF: avoid converting SVG to PDF when non-TeX PDF engine is used.John MacFarlane
2025-10-30PDF: fix regression with typst and smart quotes.John MacFarlane
2025-09-02makePDF: automatically embed resources from media bag in HTML...John MacFarlane
2025-08-01Text.Pandoc.PDF: avoid encoding errors when reading LaTeX logs.John MacFarlane
2025-07-25PDF: allow `pdflatex-dev` and `lualatex-dev` as PDF enginesAlbert Krewinkel
2025-07-25T.P.PDF: clean up `makePDF`Albert Krewinkel
2025-07-09PDF: Use utf8ToText for LaTeX log messages.John MacFarlane
2025-07-07PDF: make images from MediaBag available in tmp dir...John MacFarlane
2025-03-29Use `pdf-engine` variable instead of extensions...John MacFarlane
2025-03-29Allow `groff` to be used as `--pdf-engine` with `ms`.John MacFarlane
2024-12-17Text.Pandoc.PDF: fix temp file extension in `toPdfViaTempFile`.John MacFarlane
2024-10-22PDF via LaTeX: always do max runs if toc is present.John MacFarlane
2024-10-21PDF: use .source extension, not .html, in `toPdfViaTempFile`.John MacFarlane
2024-09-29Stop depending on package SHAAlbert Krewinkel
2024-09-14Text.Pandoc.PDF: read .toc and .log files from output directory.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-02-15PDF: internal cleanup of tex2pdf path.John MacFarlane
2024-02-14PDF: avoid readFileLazy.John MacFarlane
2024-01-06T.P.PDF: reliably detect when TOC has changed.John MacFarlane
2024-01-05T.P.PDF: increase max number of LaTeX runs to 4.John MacFarlane
2024-01-04PDF: expand list of environment variables to display in verbose output.John MacFarlane
2023-12-24T.P.PDF: Ensure that we find all the LaTeX warnings requiring rerun.John MacFarlane
2023-12-15Logging: add MakePDFWarning constructor to LogMessage.John MacFarlane
2023-12-15Logging: add MakePDFInfo constructor to LogMessage.John MacFarlane
2023-12-15PDF: Refactored PDF generation via LaTeX.John MacFarlane
2023-12-15Text.Pandoc.PDF: parse logs to determine whether additional runs needed.John MacFarlane
2023-11-03LaTeX template: include bookmark package unconditionally.John MacFarlane
2023-09-14Ms writer: improvements in image handling.John MacFarlane
2023-04-05Fix pdf output via typst for the typst 0.1.0 release.John MacFarlane
2023-03-26Support typst as a pdf-engine.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-27T.P.PDF: fix papersize on PDF generation via ms.John MacFarlane
2022-08-13PDF: Use some standard PandocMonad functions instead of liftIO.John MacFarlane
2022-06-24PDF: use sha1 hash of filename when converting svg.John MacFarlane
2022-01-17PDF: support pagedjs-cli as pdf engine (#7838)Albert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-08-24PDF: generalize type of makePDF...John MacFarlane
2021-08-22Clean up PDF module.John MacFarlane
2021-07-16PDF: Fix svgIn path error.John MacFarlane
2021-07-06T.P.PDF, convertImage: normalize paths.John MacFarlane
2021-06-02Text.Pandoc.PDF: only print relevant part of environment on `--verbose`.John MacFarlane
2021-06-02Fix regression in 2.14 for generation of PDFs with SVGs.John MacFarlane
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane
2021-02-18T.P.PDF: disable `smart` when building PDF via LaTeX.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-11-15Text.Pandoc.PDF: Fix `changePathSeparators` for Windows.John MacFarlane
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-06-28PDF: all verbose output now goes to stderr, not stdout.John MacFarlane