diff options
author | orangerot <orangerot@orangerot.dev> | 2025-09-08 20:28:12 +0200 |
---|---|---|
committer | orangerot <orangerot@orangerot.dev> | 2025-09-08 20:28:12 +0200 |
commit | d9a420ed315d753a9bc84532ce867690a8c5daeb (patch) | |
tree | 54da5dbf341305767be9f73bcaae46dcb1883665 /muendliche-pruefung-mathematik/lib.typ | |
parent | d7aa0164e38b2a632dbdd187aec4735861386f1b (diff) |
style: uniform file names
Diffstat (limited to 'muendliche-pruefung-mathematik/lib.typ')
-rw-r--r-- | muendliche-pruefung-mathematik/lib.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muendliche-pruefung-mathematik/lib.typ b/muendliche-pruefung-mathematik/lib.typ index efc0b87..2793320 100644 --- a/muendliche-pruefung-mathematik/lib.typ +++ b/muendliche-pruefung-mathematik/lib.typ @@ -10,7 +10,7 @@ #let oral-exam( study: "", // Studiengang lecture: "", // Fach - kind: KIND.NONE, // Prüfungsart (Diplom, Staatsexam, Studienbegleitend, Bachelor, Master) + kind: KIND.NONE, // Prüfungsart KIND.{DIPLOM, STAATSEXAM, STUDIENBEGLEITEND, BACHELOR, MASTER} date: datetime(year: 0, month: 1, day: 1), // Prüfungsdatum examiner: "", // PrüferIn (Prof) grade_received: 0.0, // Note |