refactor: use kebab case
This commit is contained in:
parent
2df43f537b
commit
e6bbc33900
5 changed files with 80 additions and 81 deletions
|
|
@ -1,15 +1,14 @@
|
|||
#let degree = "Master" //Bachelor or Master
|
||||
#let program = "Computer Science"
|
||||
#let titleEnglish = "Title English"
|
||||
#let subtitleEnglish = "Subtitle English"
|
||||
#let titleGerman = "Title German"
|
||||
#let subtitleGerman = "Subtitle German"
|
||||
#let title-english = "Title English"
|
||||
#let subtitle-english = "Subtitle English"
|
||||
#let title-german = "Title German"
|
||||
#let subtitle-german = "Subtitle German"
|
||||
#let author = "Max Mustermann"
|
||||
#let matriculationNumber = "12345"
|
||||
#let placeOfWork = "ABC"
|
||||
#let matriculation-number = "12345"
|
||||
#let place-of-work = "ABC"
|
||||
#let supervisor = "Prof Dr. Max Mustermann"
|
||||
#let advisor = "Prof Dr. John Doe"
|
||||
#let startDate = "01.03.2024"
|
||||
#let submissionDate = "31.08.2024"
|
||||
#let submissionDateExposé = "29.02.2024"
|
||||
#let submission-date = "31.08.2024"
|
||||
#let place = "Karlsruhe"
|
||||
Loading…
Add table
Add a link
Reference in a new issue