Files
university/S2/DiffII/preamble.typ
Jonas Hahn 0ec44376b6 more refactor
central pdf dir
2025-04-28 17:15:19 +02:00

15 lines
230 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
}