This is a Typst template for slides and presentations in the corporate design of the Technische Universität Dresden.
Please be aware that this template is unofficial and may not fully adhere to the CD specifications.
Any corrections, modifications, or enhancements are welcome.
This template builds on Touying. Further information on its features and how to use them can be found in the Touying tutorial.
- clone this repository with git
git clone https://github.com/typst-tud/tud-slides.git
- or download as a ZIP-file: https://github.com/typst-tud/tud-slides/archive/refs/heads/main.zip
#import "@preview/touying:0.4.2": *
#import "tud-slides.typ"
#let s = tud-slides.register(aspect-ratio: "16-9", debug: true)
#let s = (s.methods.info)(
self: s,
title: [Your Title],
subtitle: [Your Subtitle],
author: [Firstname Lastname],
date: datetime.today(),
institution: [Institution],
location: [Location],
)
#let (init, slides, touying-outline, alert) = utils.methods(s)
#show: init
#let (slide, title-slide) = utils.slides(s)
#show: slides
= Title
== First Topic
#slide[
Hello, Touying!
#lorem(40)
]