Files
university/preamble.typ
2025-04-21 00:40:30 +02:00

15 lines
211 B
Typst

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