Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.82 KB

README.md

File metadata and controls

63 lines (44 loc) · 1.82 KB

tud-slides

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.

Installation and Usage

0. install Open Sans

1. get the template

  • clone this repository with git
git clone https://github.com/typst-tud/tud-slides.git

2. import Touying and this template into your document

#import "@preview/touying:0.5.5": *
#import "../tud-slides.typ": *

#show: tud-slides-theme.with(
  aspect-ratio: "16-9",
  debug: true,
  config-info(
    title: [Your Title],
    alttitle: none,
    subtitle: [Your Subtitle],
    author: [Firstname Lastname],
    date: datetime.today(),
    institution: [Institution],
    location: [Location],
  ),
)

#title-slide()

#outline-slide()

= Section Title

== First Topic

=== Slide title

  Hello, Touying!

  #lorem(40)

Acknowledgments