Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-11 | Support for PDF generation via `weasyprint` and `prince` (#3909) | Mauro Bieg | 1 | -2/+2 | |
* Rename --latex-engine to --pdf-engine * In `Text.Pandoc.Options.WriterOptions`, rename `writerLaTeXEngine` to `writerPdfEngine` and `writerLaTeXArgs` to `writerPdfArgs`. * Add support for `weasyprint` and `prince`, in addition to `wkhtmltopdf`, for PDF generation via HTML (closes #3906). * `Text.Pandoc.PDF.html2pdf`: use stdin instead of intermediate HTML file | |||||
2016-12-07 | Really fixed bash completion this time! | John MacFarlane | 1 | -1/+1 | |
Closes #2749. | |||||
2016-12-07 | Improved bash-completion for filenames with spaces. | John MacFarlane | 1 | -1/+1 | |
2016-12-07 | Fixed bash completion for filenames with spaces. | John MacFarlane | 1 | -4/+20 | |
Closes #2749. | |||||
2015-08-13 | Added `--bash-completion` option. | John MacFarlane | 1 | -0/+62 | |
This generates a bash completion script. To use: eval "$(pandoc --bash-completion)" |