generated from marius/TUM_Slides
This commit is contained in:
parent
055d4e69c1
commit
da61687db3
2 changed files with 13 additions and 18 deletions
25
main.typ
25
main.typ
|
|
@ -3,28 +3,23 @@
|
||||||
|
|
||||||
#show: tum-slides.with(
|
#show: tum-slides.with(
|
||||||
aspect-ratio: "16-9",
|
aspect-ratio: "16-9",
|
||||||
//language: "de",
|
language: "de",
|
||||||
config-info(
|
config-info(
|
||||||
title: [Presentation Title],
|
title: [Parameteroptimierung für Multi-Bit HO Alphabet PUF Quantisierung],
|
||||||
// Author to be shown in the title slide
|
// Author to be shown in the title slide
|
||||||
author: [Author],
|
author: [Marius Drechsler],
|
||||||
// Author to be shown in the footer
|
// Author to be shown in the footer
|
||||||
footer-author: [Author],
|
footer-author: [M. Drechsler],
|
||||||
date: datetime.today(),
|
date: [26. Juni 2025],
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
= Einführung
|
||||||
|
|
||||||
= Section
|
== Ausgangslage
|
||||||
|
|
||||||
== First Slide
|
== Planung
|
||||||
|
|
||||||
- Content on the first slide
|
= Ergebnisse
|
||||||
|
|
||||||
== Second Slide
|
== Hier dann
|
||||||
|
|
||||||
- Content on the second slide
|
|
||||||
|
|
||||||
= Second Section
|
|
||||||
|
|
||||||
== Last slide
|
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@
|
||||||
columns: (3fr, 1fr),
|
columns: (3fr, 1fr),
|
||||||
[
|
[
|
||||||
#set text(fill: rgb("0065BD"), size: 25pt, weight: "bold")
|
#set text(fill: rgb("0065BD"), size: 25pt, weight: "bold")
|
||||||
Outline
|
Inhalt
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
@ -172,9 +172,9 @@
|
||||||
let body = {
|
let body = {
|
||||||
align(center)[
|
align(center)[
|
||||||
#v(3em)
|
#v(3em)
|
||||||
Questions, Comments?
|
Fragen, Anmerkungen?
|
||||||
#v(3em)
|
#v(3em)
|
||||||
*Thanks for your attention!*
|
*Danke für Ihre Aufmerksamkeit!*
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
self = utils.merge-dicts(
|
self = utils.merge-dicts(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue