update template

This commit is contained in:
Gaspard Jankowiak 2025-12-13 21:32:20 +01:00
commit 329ac13051

View file

@ -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( #show: definitely-not-kfu-theme.with(
aspect-ratio: "16-9", aspect-ratio: "4-3",
slide-alignment: top, slide-alignment: top,
progress-bar: true, progress-bar: true,
institute: [isec.tugraz.at], institute: [mathematik.uni-graz.at],
logo: [#tugraz-logo], logo: [#unigrazgraz-logo],
config-info( config-info(
title: [Long Paper Title \ with One to Three Lines], title: [Computermathematik],
subtitle: [An optional short subtitle], subtitle: [Einführung MATLAB],
authors: ([*First Author*], [Second Author], [Third Author]), authors: ([Gaspard *Jankowiak*]),
extra: [SomeConf 2025], extra: [WS 2025],
footer: [First Author, Second Author, Third Author], footer: [Let's rock],
download-qr: "", download-qr: "",
), ),
config-common( config-common(
handout: false, handout: false,
), ),
config-colors( config-colors(
primary: rgb("e4154b"), primary: rgb("FED501"),
), ),
) )
// -------------------------------[[ CUT HERE ]]-------------------------------- #set text(font:"Fira Sans")
// #show math.equation: set text(font:"Fira Math")
// === 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 "<pdfpc-file>" > slides.pdfpc
// $ pdfpc slides.pdf
//
// -------------------------------[[ CUT HERE ]]--------------------------------
#title-slide() #title-slide()
#slide(title: [First Slide])[ #slide(title: [First Slide])[
#quote-block[ #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 ;)") #note("This will show on pdfpc speaker notes ;)")
] ]
#slide(title: [Bibliography])[ #slide(title: [Bibliography])[
#bibliography("bibliography.bib") meuh
] ]