How do I create a title page using typst and quarto markdown? #12287
Replies: 3 comments 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.
-
@Amogh-Joshi and others that come here based on the subject of adding a title page (and possibly back cover) to a typst pdf report. I am also new to R+Quarto+typst, and while I concur that the documentation is excellent (thanks @cscheid) I struggle often with trying to understand how to work on the templates or work with partials. My "painless" approach to putting a cover (and back cover) to a pdf report is actually moving outside Quarto. Just pdf your cover(s) and plug them to the report with {pdftools}.
This does the magic (at least for me). |
Beta Was this translation helpful? Give feedback.
-
This popped up for me, so sharing an example for the cover page, at least. In my preprint template ctk-article, I have a cover page that will print the title, author info, abstract, and key words. If a yaml option of Setting that up is relatively simple. You need to add:
If you aren't changing the page, then insert one manually, likely with
To add an end page, based on the template, it looks like you want a partial to pass to This should give you enough information to know where to place your typst code from your |
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
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