Files
university/S3/Fest/preamble.typ

19 lines
336 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
[Festkoerper \ Vorlesung #(num)]
// Make tcahe outline
outline()
// load the document
body
}