tweak theme

This commit is contained in:
Gaspard Jankowiak 2025-12-13 22:49:59 +01:00
commit 207933c534
3 changed files with 46 additions and 21 deletions

View file

@ -4,13 +4,13 @@
aspect-ratio: "4-3",
slide-alignment: top,
progress-bar: true,
institute: [mathematik.uni-graz.at],
institute: [uni-graz.at],
logo: [#unigrazgraz-logo],
config-info(
title: [Computermathematik],
subtitle: [Einführung MATLAB],
authors: ([Gaspard *Jankowiak*]),
extra: [WS 2025],
title: [Is that an interesting title?],
subtitle: [Yes, for a subtitle.],
authors: ([Best Author], [Good Author], [Ugly Author]),
extra: [1st january 2026],
footer: [Let's rock],
download-qr: "",
),
@ -29,12 +29,14 @@
#slide(title: [First Slide])[
#quote-block[
Good luck with your presentation! Preout
Let there be light!
]
+ Let's
+ test
+ lists
+ This is
+ a numbered
+ list.
Below is an equation:
$
e^(i pi) + 1 = 0 "and" integral_0^1 sin(x) dif x = "something"
@ -44,7 +46,30 @@
#note("This will show on pdfpc speaker notes ;)")
]
#slide(title: [Bibliography])[
meuh
#slide(title: [Code example])[
The following code block
```typst
#color-block(title: [Advantages])[
- A
- B
- C
]
```
produces this:
#color-block(title: [Advantages])[
- A
- B
- C
]
Let's cite @zola-1898.
Some _emph_ text, and some *strong* text.
]
#slide(title: [Bibliography])[
#set bibliography(title:"References", style: "alphanumeric")
#bibliography("bibliography.bib")
]