chore: use kebab case consistently

This commit is contained in:
Ansgar Lichter 2025-01-09 18:51:46 +01:00
parent e6bbc33900
commit d15ccc4a15
5 changed files with 25 additions and 25 deletions

View file

@ -7,7 +7,7 @@
#show: make-glossary
#set document(title: title-english, author: author)
#openTitlePage(settings: settings)
#open-title-page(settings: settings)
// Customize your company logo or just use the one from the university
#grid(
columns: (1fr, 1fr),
@ -19,7 +19,7 @@
]
)
#finishTitlePage(
#finish-title-page(
settings: settings,
degree: degree,
program: program,
@ -30,14 +30,14 @@
place-of-work: place-of-work,
supervisor: supervisor,
advisor: advisor,
startDate: startDate,
start-date: start-date,
submission-date: submission-date,
)
#preface(settings: settings)
// Citations - applied here so that you are able to use a local CSL file to define the citation style
#set cite(style: settings.citationStyle)
#set cite(style: settings.citation-style)
// Statutory Declaration
#include "supplementary/statutoryDeclaration.typ"
@ -53,7 +53,7 @@
#listings(abbreviations: abbreviations)
#show: mainBody.with(
#show: main-body.with(
settings: settings
)