This commit is contained in:
2025-04-16 10:50:38 +02:00
commit 330d4d931d
88 changed files with 5817 additions and 0 deletions

16
S2/AnaMech/preamble.typ Normal file
View File

@@ -0,0 +1,16 @@
#import "../../default.typ": *
#let conf(num: none, ueb: false, body) = {
// Global settings
show: default
// Set the header
if (ueb == false) [AnaMech \ Vorlesung #(num)]
if (ueb == true) [AnaMech \ Uebung #(num)]
// Make the outline
outline()
// load the document
body
}