50 lines
913 B
Typst
50 lines
913 B
Typst
#import "@preview/definitely-not-kfu-slides:1.0.1": *
|
|
|
|
#show: definitely-not-kfu-theme.with(
|
|
aspect-ratio: "4-3",
|
|
slide-alignment: top,
|
|
progress-bar: true,
|
|
institute: [mathematik.uni-graz.at],
|
|
logo: [#unigrazgraz-logo],
|
|
config-info(
|
|
title: [Computermathematik],
|
|
subtitle: [Einführung MATLAB],
|
|
authors: ([Gaspard *Jankowiak*]),
|
|
extra: [WS 2025],
|
|
footer: [Let's rock],
|
|
download-qr: "",
|
|
),
|
|
config-common(
|
|
handout: false,
|
|
),
|
|
config-colors(
|
|
primary: rgb("FED501"),
|
|
),
|
|
)
|
|
|
|
#set text(font:"Fira Sans")
|
|
#show math.equation: set text(font:"Fira Math")
|
|
|
|
#title-slide()
|
|
|
|
#slide(title: [First Slide])[
|
|
#quote-block[
|
|
Good luck with your presentation! Preout
|
|
]
|
|
|
|
+ Let's
|
|
+ test
|
|
+ lists
|
|
|
|
$
|
|
e^(i pi) + 1 = 0 "and" integral_0^1 sin(x) dif x = "something"
|
|
$
|
|
|
|
|
|
#note("This will show on pdfpc speaker notes ;)")
|
|
]
|
|
|
|
#slide(title: [Bibliography])[
|
|
meuh
|
|
]
|
|
|