anamech to 13

This commit is contained in:
2025-06-11 20:52:38 +02:00
parent b622377bb2
commit a6d88ebc3d
17 changed files with 1417 additions and 1 deletions

18
S2/Other/preamble.typ Normal file
View File

@@ -0,0 +1,18 @@
#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
}