24 lines
543 B
Typst
24 lines
543 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
|
|
font-heading: "New Computer Modern Sans",
|
|
font-heading-size: 16pt,
|
|
headings-numbering-style: "1.1.",
|
|
headings-spacing: (
|
|
below: 0.85em,
|
|
above: 1.75em
|
|
),
|
|
citation-style: "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
|
|
),
|
|
)
|
|
|