diff options
author | Ian <iandol@users.noreply.github.com> | 2017-09-12 23:15:08 +0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-09-12 08:15:08 -0700 |
commit | 5e5ec586d4ae5058e6265956ea906ae8f3453c82 (patch) | |
tree | 6a86a7a6b3dfb74ce937940cd07a4290bf8b4d20 | |
parent | c7e3c1ec1797d633c181e5701c94f4169b0e5471 (diff) | |
download | pandoc-5e5ec586d4ae5058e6265956ea906ae8f3453c82.tar.gz |
Update MANUAL.txt (#3919)
Add URL for Prince HTML > PDF engine
-rw-r--r-- | MANUAL.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 ======= |