aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorCormac Relf <web@cormacrelf.net>2019-03-08 04:16:40 +1100
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-07 10:16:40 -0700
commitd638873433860169daa29df816b9d156dca03d42 (patch)
tree208593e4d85f0e6bffe4da41a054296c4db869f9 /MANUAL.txt
parent449910bf407521e04222ee9c64da7c8a253af1dd (diff)
downloadpandoc-d638873433860169daa29df816b9d156dca03d42.tar.gz
Add tectonic as an option for --pdf-engine. (#5346)
Closes #5345 Runs tectonic on STDIN instead of a temporary .tex file, so that it looks in the working directory for `\include` and `\input` like the rest of the engines. Allows overriding the output directory without messing up the args with `--pdf-engine-opt=--outdir --pdf-engine-opt="$DIR"`.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 89280e0e0..df5dccd5e 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1200,9 +1200,9 @@ Options affecting specific writers {.options}
: Use the specified engine when producing PDF output.
Valid values are `pdflatex`, `lualatex`, `xelatex`, `latexmk`,
- `wkhtmltopdf`, `weasyprint`, `prince`, `context`, and `pdfroff`.
- The default is `pdflatex`. If the engine is not in your PATH,
- the full path of the engine may be specified here.
+ `tectonic`, `wkhtmltopdf`, `weasyprint`, `prince`, `context`,
+ and `pdfroff`. The default is `pdflatex`. If the engine is
+ not in your PATH, the full path of the engine may be specified here.
`--pdf-engine-opt=`*STRING*