30 lines
502 B
Typst
30 lines
502 B
Typst
#import "@preview/touying:0.6.1": *
|
|
#import "./template/conf.typ": *
|
|
|
|
#show: tum-slides.with(
|
|
aspect-ratio: "16-9",
|
|
//language: "de",
|
|
config-info(
|
|
title: [Presentation Title],
|
|
// Author to be shown in the title slide
|
|
author: [Author],
|
|
// Author to be shown in the footer
|
|
footer-author: [Author],
|
|
date: datetime.today(),
|
|
),
|
|
)
|
|
|
|
|
|
= Section
|
|
|
|
== First Slide
|
|
|
|
- Content on the first slide
|
|
|
|
== Second Slide
|
|
|
|
- Content on the second slide
|
|
|
|
= Second Section
|
|
|
|
== Last slide
|