Create project in app
This template can be used to create presentations in Typst with the corporate design of TU Dresden.
Usage
Create a new typst project based on this template locally.
typst init @preview/tud-corporate-design-slides
cd tud-corporate-design-slides
Or create a project on the typst web app based on this template.
Font setup
The fonts Open Sans
needs to be installed on your system:
You can download the fonts from the TU Dresden website.
Once you download the fonts, make sure to install and activate them on your system.
Compile (and watch) your typst file
typst w main.typ
This will watch your file and recompile it to a pdf when the file is saved. For writing, you can use Vscode with these extensions: Typst LSP and Typst Preview. Or use the typst web app (here you need to upload the fonts).
Todos
- [ ] Add more slide layouts (e.g. 2-column layout)
- [ ] Port to touying