24 lines
524 B
Typst
24 lines
524 B
Typst
#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
|
|
),
|
|
)
|
|
|