Files
university/S2/AnaMech/preamble.typ
2025-04-16 10:50:38 +02:00

17 lines
286 B
Typst

#import "../../default.typ": *
#let conf(num: none, ueb: false, body) = {
// Global settings
show: default
// Set the header
if (ueb == false) [AnaMech \ Vorlesung #(num)]
if (ueb == true) [AnaMech \ Uebung #(num)]
// Make the outline
outline()
// load the document
body
}