From 5e5ec586d4ae5058e6265956ea906ae8f3453c82 Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 12 Sep 2017 23:15:08 +0800 Subject: Update MANUAL.txt (#3919) Add URL for Prince HTML > PDF engine --- MANUAL.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANUAL.txt b/MANUAL.txt index 0b0fadd22..8491c1998 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -212,7 +212,7 @@ with all recent versions of [TeX Live]. Alternatively, pandoc can use [ConTeXt], `pdfroff`, or any of the following HTML/CSS-to-PDF-engines, to create a PDF: [`wkhtmltopdf`], -[`weasyprint`] or `prince`. +[`weasyprint`] or [`prince`]. To do this, specify an output file with a `.pdf` extension, as before, but add the `--pdf-engine` option or `-t context`, `-t html`, or `-t ms` to the command line (`-t html` defaults to `--pdf-engine=wkhtmltopdf`). @@ -256,6 +256,7 @@ will affect the output. [TeX Live]: http://www.tug.org/texlive/ [`wkhtmltopdf`]: https://wkhtmltopdf.org [`weasyprint`]: http://weasyprint.org +[`prince`]: https://www.princexml.com/ Options ======= -- cgit v1.2.3