How do I create a title page using typst and quarto markdown? #12287
Unanswered
Amogh-Joshi
asked this question in
Q&A
Replies: 1 comment 12 replies
-
Could you properly format your post using code blocks for code and terminal outputs? Thanks. you really should not be doing that in Quarto. date: "`r Sys.Date()`" Use the native feature instead: https://quarto.org/docs/reference/dates.html To customise the templates, see the partials/templates documentation: https://quarto.org/docs/journals/templates.html |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
I want to create a title page. The end product is "pdf". I found a title page that I like: https://typst.app/project/rMobzKMab8wdFrb_MWiW0z
My question is: How do I use this as a template? I've looked at a couple of videos (e.g., using _brand.yml) but I don't get it. Help?
Beta Was this translation helpful? Give feedback.
All reactions