Skip to content

A quarto template for TUD beamer presentations

License

Notifications You must be signed in to change notification settings

sarahzeller/tud

Repository files navigation

tud presentations

A template for a typst or beamer presentation in quarto, styled for the TUD.

typst look

beamer look

Installing

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

Using

Refer to template.qmd for how to use the extension. For further information on beamer options, please refer to the quarto website.

References

Please write in the YAML header which references you want to use, like so:

bibliography: references.bib

Typst

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.

LaTeX

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}
:::

About

A quarto template for TUD beamer presentations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published