index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
PDF.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-2
/
+2
2020-06-28
PDF: all verbose output now goes to stderr, not stdout.
John MacFarlane
1
-21
/
+21
2020-06-22
Use --enable-local-file-access in invoking wkhtmltopdf.
John MacFarlane
1
-1
/
+2
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-3
/
+3
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-03-02
PDF via wkhtmltopdf: put user-specified options last.
John MacFarlane
1
-2
/
+2
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-2
/
+2
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
1
-4
/
+1
2020-02-03
Clean up overcomplicated maybe logic (#6105)
Joseph C. Sible
1
-8
/
+6
2020-01-04
Remove unneeded import.
John MacFarlane
1
-1
/
+1
2020-01-03
PDF: fix runTeXProgram so that the input source is always overwritten.
John MacFarlane
1
-22
/
+23
2019-12-17
PDF: Ensure UTF8 when printing source in --verbose mode.
John MacFarlane
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-17
/
+16
2019-11-03
PDF: don't assume tex log file is UTF8-encoded.
John MacFarlane
1
-2
/
+11
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
1
-1
/
+5
2019-10-04
Fix compiler warnings on ghc 8.8.
John MacFarlane
1
-21
/
+12
2019-09-16
PDF: Fix test for Cygwin. See #5451.
John MacFarlane
1
-2
/
+2
2019-09-10
Pass value of --dpi to rsvg-convert...
John MacFarlane
1
-11
/
+15
2019-08-31
html2pdf: ensure temp file is deleted...
John MacFarlane
1
-34
/
+35
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-8
/
+8
2019-07-20
PDF: Better detection of a Cygwin environment.
John MacFarlane
1
-1
/
+8
2019-07-20
Revert "PDF: create temp dir in . on Cygwin."
John MacFarlane
1
-4
/
+1
2019-07-19
PDF: create temp dir in . on Cygwin.
John MacFarlane
1
-1
/
+4
2019-06-08
PDF via ms: make TOC appear at beginning and in PDF bookmarks.
John MacFarlane
1
-2
/
+2
2019-05-30
Add unicode code point in "Missing character" warning.
John MacFarlane
1
-1
/
+8
2019-04-23
Allow use of -output-directory in --pdf-engine-opt.
John MacFarlane
1
-4
/
+6
2019-04-16
Text.Pandoc.PDF: replace `</>` with literal "/".
John MacFarlane
1
-2
/
+2
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
[next]