Files
university/S3/Other/preamble.typ
2025-08-09 01:14:12 +02:00

19 lines
289 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
[Other Lectures \ #(date) \ Jonas Hahn]
// Make the outline
outline()
// load the document
body
}