Files
university/S2/AGLA/preamble.typ
2025-04-28 16:59:44 +02:00

15 lines
225 B
Typst

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