Files
university/S2/DiffII/preamble.typ
2025-05-09 08:27:05 +02:00

21 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
[Diff II \ Vorlesung #(num)]
// Make tcahe outline
outline()
// load the document
body
}