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

22 lines
357 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 II \ Vorlesung #(num) \ #(date) \ Jonas Hahn]
// Make the outline
outline()
// load the document
body
}