Replies: 2 comments 9 replies
-
Hi! Glad you are trying to work with Quarto ! What did you try so far ? Did you read our docs on how quarto is working and how templates are working ? Sharing a reproducible example is usually good manner if you want anyone passing by here to help with your project. Without a starter project to work with, I doubt you'll find anyone with the time to build one for you. This is my best advice based on my experience with how dev communique Q&A works best. |
Beta Was this translation helpful? Give feedback.
-
If I understand the question correctly, you have a Typst template that you want to use with Quarto. (It's good to specify "Typst template" because there are also Pandoc templates, which can lead to confusion.) Currently you need to turn this into Quarto Typst partials: You can also check the existing Typst custom formats to see if your Typst template, or a similar one, has been turned into partials already: https://quarto.org/docs/output-formats/typst-custom.html (I'd like a way to skip this step and use a Typst template directly, but I'm not sure if this is possible.) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
I have a markdown file that I want to render using typst.
How can I set the front matter so it uses a typst template with arguments?
I am using Quarto in VS code, if it matters.
** edited typos since I wrote this from my tablet and now I have a proper keyword
Beta Was this translation helpful? Give feedback.
All reactions