vault backup: 2026-04-16 12:38:42

This commit is contained in:
Jan Meyer
2026-04-16 12:38:42 +02:00
parent 23819f4d1b
commit ffddcecf64
3 changed files with 19 additions and 3 deletions

View File

@@ -1,2 +1,15 @@
#import "_Math Homework Template.typ": assignment_header
#show: assignment_header("Mathe II", 1)
#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
])
])
)
}
#assignment_header("Mathe II", 1)