Files
university/S3/Fest/preamble.typ
2025-10-28 20:12:11 +01:00

19 lines
334 B
Typst

#import "../../data/default.typ": *
#import "../../data/theorems.typ": *
#let rot = math.op("rot")
#let grad = math.op("grad")
#let conf(num: none, date: "", type: none, body) = {
// Global settings
show: default
// Set the header
[ExPhy III \ Vorlesung #(num)]
// Make tcahe outline
outline()
// load the document
body
}