unofficial-hka-thesis/template/settings/settings.typ
2025-01-08 20:03:33 +01:00

24 lines
541 B
Typst

#let settings = (
font-body: "New Computer Modern",
font-body-size: 12pt,
font-figures-subtitle-size: 0.85em,
// At the moment only used on the title page
fontHeading: "New Computer Modern Sans",
font-heading-size: 16pt,
headings-numbering-style: "1.1.",
headings-spacing: (
below: 0.85em,
above: 1.75em
),
citationStyle: "ieee",
space-before-paragraph: 24pt,
distance-between-lines: 1em,
list-indentation: 2.5em,
page-margins: (
top: 4cm,
bottom: 2.5cm,
left: 2.5cm,
right: 2.5cm
),
)