generated from marius/TUM_Slides
Initial commit
This commit is contained in:
commit
055d4e69c1
15 changed files with 519 additions and 0 deletions
30
main.typ
Normal file
30
main.typ
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue