Files
university/S2/DiffII/preamble.typ
2025-05-23 02:35:21 +02:00

19 lines
280 B
Typst

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