Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unofficial-hka-thesis:1.0.0 #1493

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
chore: use kebab case consistently
  • Loading branch information
AnsgarLichter committed Jan 9, 2025
commit 44ab2d558423ae47eb80fa4f68cc43da16549265
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
place-of-work: "",
supervisor: "",
advisor: "",
startDate: none,
start-date: none,
submission-date: none,
) = {

Expand Down Expand Up @@ -77,7 +77,7 @@
strong("Place of Work: "), place-of-work,
strong("Supervisor: "), supervisor,
strong("Advisor: "), advisor,
strong("Start Date: "), startDate,
strong("Start Date: "), start-date,
strong("Submission Date: "), submission-date,
)
)
Expand All @@ -93,7 +93,7 @@
strong("Matriculation Number: "), matriculation-number,
strong("Place of Work: "), place-of-work,
strong("Supervisor: "), supervisor,
strong("Start Date: "), startDate,
strong("Start Date: "), start-date,
strong("Submission Date: "), submission-date,
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
#let place-of-work = "ABC"
#let supervisor = "Prof Dr. Max Mustermann"
#let advisor = "Prof Dr. John Doe"
#let startDate = "01.03.2024"
#let start-date = "01.03.2024"
#let submission-date = "31.08.2024"
#let place = "Karlsruhe"
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
place-of-work: place-of-work,
supervisor: supervisor,
advisor: advisor,
startDate: startDate,
start-date: start-date,
submission-date: submission-date,
)

Expand Down
Loading