From d34fd9a0200740614c152538a4e1b94e12f8b25e Mon Sep 17 00:00:00 2001 From: Vladimir Alexiev Date: Mon, 5 Jun 2023 13:51:04 +0300 Subject: [PATCH] Update pdf-engine.qmd doc fix for https://github.com/quarto-dev/quarto-cli/issues/5677 --- docs/output-formats/pdf-engine.qmd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/output-formats/pdf-engine.qmd b/docs/output-formats/pdf-engine.qmd index eed47a85ed..80f45887bf 100644 --- a/docs/output-formats/pdf-engine.qmd +++ b/docs/output-formats/pdf-engine.qmd @@ -11,6 +11,15 @@ While you can employ whatever toolchain you like for LaTeX compilation, we stron We also recommend the use of Quarto's built in PDF compilation engine, which among other things performs automatic installation of any missing TeX packages. +Please note that TinyTex is a distribution not a PDF engine. To see all engines supported by Quarto, try this command (example output also shown). + +``` {.bash filename="Terminal"} +# quarto pandoc --pdf-engine zzz +pdf-engine must be one of wkhtmltopdf, weasyprint, pagedjs-cli, prince, pdflatex, lualatex, xelatex, latexmk, tectonic, pdfroff, context +``` + +A commonly used engine is `pdf-engine: pdflatex`. + ## Installing TeX To install TinyTeX, use the following command: