With PDF engines, one can use pdf-engine-opts : https://quarto.org/docs/output-formats/pdf-engine.html#quarto-pdf-engine
There is currently no such equivalent to typst.
Only workaround is
- rendering to
.typ
- and call
quarto typst compile on it.
Not great. This is advanced use case, but it seems something that could be useful to some use case.
In a way, this is related to
Discussed in https://github.com/orgs/quarto-dev/discussions/13674
With PDF engines, one can use
pdf-engine-opts: https://quarto.org/docs/output-formats/pdf-engine.html#quarto-pdf-engineThere is currently no such equivalent to typst.
Only workaround is
.typquarto typst compileon it.Not great. This is advanced use case, but it seems something that could be useful to some use case.
In a way, this is related to