A template for a typst or beamer presentation in quarto, styled for the TUD.
This will install only the extension:
quarto add sarahzeller/tud
If you want to have a template installed, you can use the following command:
quarto use template sarahzeller/tud
Refer to template.qmd
for how to use the extension.
For further information on beamer options, please refer to the quarto website.
Please write in the YAML header which references you want to use, like so:
bibliography: references.bib
So far, references are always rendered with a header at the first level.
That means that when has_section_slides: true
, the references have an own section.
When has_section_slides: false
, the references are rendered on the last slide(s), but without a slide title.
If you're using references, please use a header at the second level (## References
).
As in the template, please add the following lines then to place the references exactly there.
Otherwise, the references by default show up at the last slide.
::: {#refs}
:::