From 329ac130511b1199e46194f23501e12c6c30671a Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Sat, 13 Dec 2025 21:32:20 +0100 Subject: [PATCH] update template --- 1.0.1/template/slides.typ | 64 ++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 38 deletions(-) diff --git a/1.0.1/template/slides.typ b/1.0.1/template/slides.typ index 21f113e..250384e 100644 --- a/1.0.1/template/slides.typ +++ b/1.0.1/template/slides.typ @@ -1,62 +1,50 @@ -#import "@preview/definitely-not-isec-slides:1.0.1": * +#import "@preview/definitely-not-kfu-slides:1.0.1": * -#show: definitely-not-isec-theme.with( - aspect-ratio: "16-9", +#show: definitely-not-kfu-theme.with( + aspect-ratio: "4-3", slide-alignment: top, progress-bar: true, - institute: [isec.tugraz.at], - logo: [#tugraz-logo], + institute: [mathematik.uni-graz.at], + logo: [#unigrazgraz-logo], config-info( - title: [Long Paper Title \ with One to Three Lines], - subtitle: [An optional short subtitle], - authors: ([*First Author*], [Second Author], [Third Author]), - extra: [SomeConf 2025], - footer: [First Author, Second Author, Third Author], + 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("e4154b"), + primary: rgb("FED501"), ), ) -// -------------------------------[[ CUT HERE ]]-------------------------------- -// -// === Available slides === -// -// #title-slide() -// #standout-slide(title) -// #section-slide(title,subtitle) -// #blank-slide() -// #slide(title) -// -// === Available macros === -// -// #quote-block(body) -// #color-block(title, body) -// #icon-block(title, icon, body) -// -// === Presenting with pdfpc === -// -// Use #note("...") to add pdfpc presenter annotations on a specific slide -// Before presenting, export all notes to a pdfpc file: -// $ typst query slides.typ --field value --one "" > slides.pdfpc -// $ pdfpc slides.pdf -// -// -------------------------------[[ CUT HERE ]]-------------------------------- - +#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! @emg25template + 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])[ - #bibliography("bibliography.bib") + meuh ] +