mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 14:54:25 -05:00
15 lines
230 B
Typst
15 lines
230 B
Typst
#import "../../data/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
|
|
}
|