Files
university/S3/MaPhyIII/preamble.typ
2025-08-09 01:06:43 +02:00

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