Skip to content

Typst template for slides and presentations for TU Dresden

License

Notifications You must be signed in to change notification settings

typst-tud/tud-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.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)
    ]

Acknowledgments

Releases

No releases published

Packages

No packages published

Languages