vault backup: 2026-04-16 12:34:05

This commit is contained in:
Jan Meyer
2026-04-16 12:34:05 +02:00
parent 0c57ededaa
commit 23819f4d1b
157 changed files with 27948 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#let assignment_header(course, index) = {
set page(
header: align(right, [
#set text(size: 9pt)
#set par(leading: .3em)
#pad(y: -.5cm, [
#course \
Hausaufgabe #index \
Jan Meyer \
664237
])
])
)
}