Files
university/S2/DiffII/preamble.typ
2025-05-03 22:57:20 +02:00

17 lines
232 B
Typst

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