-
DescriptionHi, I'm trying to let Quarto (v1.4.376) generate a PDF file from the simplest of the documents. I use the The source document is very basic, and if you like you can see attached here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
if you say "quarto typst", then you're invoking typst directly. If you want to use quarto's md to typst path, you need to type "quarto render" like other documents. The documentation may be helpful for you: https://quarto.org/docs/prerelease/1.4/typst.html |
Beta Was this translation helpful? Give feedback.
if you say "quarto typst", then you're invoking typst directly. If you want to use quarto's md to typst path, you need to type "quarto render" like other documents. The documentation may be helpful for you: https://quarto.org/docs/prerelease/1.4/typst.html