feat: first draft
This commit is contained in:
commit
fb3b63f05e
24 changed files with 926 additions and 0 deletions
15
template/settings/metadata.typ
Normal file
15
template/settings/metadata.typ
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#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 author = "Max Mustermann"
|
||||
#let matriculationNumber = "12345"
|
||||
#let placeOfWork = "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 place = "Karlsruhe"
|
||||
24
template/settings/settings.typ
Normal file
24
template/settings/settings.typ
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
#let settings = (
|
||||
fontBody: "New Computer Modern",
|
||||
fontBodySize: 12pt,
|
||||
fontFiguresSubtitleSize: 0.85em,
|
||||
// At the moment only used on the title page
|
||||
fontHeading: "New Computer Modern Sans",
|
||||
fontHeadingSize: 16pt,
|
||||
headingsNumberingStyle: "1.1.",
|
||||
headingsSpacing: (
|
||||
below: 0.85em,
|
||||
above: 1.75em
|
||||
),
|
||||
citationStyle: "ieee",
|
||||
spaceBeforeParagraph: 24pt,
|
||||
distanceBetweenLines: 1em,
|
||||
listIndentation: 2.5em,
|
||||
pageMargins: (
|
||||
top: 4cm,
|
||||
bottom: 2.5cm,
|
||||
left: 2.5cm,
|
||||
right: 2.5cm
|
||||
),
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue