Files
university/S2/CWR/preamble.typ
2025-04-23 22:51:05 +02:00

15 lines
221 B
Typst

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