From d638873433860169daa29df816b9d156dca03d42 Mon Sep 17 00:00:00 2001 From: Cormac Relf Date: Fri, 8 Mar 2019 04:16:40 +1100 Subject: 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"`. --- data/bash_completion.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/bash_completion.tpl') 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) -- cgit v1.2.3