added shiroa

This commit is contained in:
2025-04-23 22:51:03 +02:00
parent 35c0e7f876
commit e7fa48c168
47 changed files with 12885 additions and 17 deletions

14
S2/CWR/preamble.typ Normal file
View File

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