Files
university/S2/Neuro/preamble.typ
Jonas Hahn 0ec44376b6 more refactor
central pdf dir
2025-04-28 17:15:19 +02:00

21 lines
308 B
Typst

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