aboutsummaryrefslogtreecommitdiff
path: root/data/bash_completion.tpl
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 /data/bash_completion.tpl
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 'data/bash_completion.tpl')
-rw-r--r--data/bash_completion.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/bash_completion.tpl b/data/bash_completion.tpl
index 71fe583f5..d065c34bb 100644
--- a/data/bash_completion.tpl
+++ b/data/bash_completion.tpl
@@ -34,7 +34,7 @@ _pandoc()
return 0
;;
--pdf-engine)
- COMPREPLY=( $(compgen -W "pdflatex lualatex xelatex latexmk wkhtmltopdf weasyprint prince context pdfroff" -- ${cur}) )
+ COMPREPLY=( $(compgen -W "pdflatex lualatex xelatex latexmk tectonic wkhtmltopdf weasyprint prince context pdfroff" -- ${cur}) )
return 0
;;
--print-default-data-file)