TUM-Thesis/template/contents.typ
Marius Drechsler 9aca6c3042 Initial commit
2024-07-17 10:14:20 +02:00

14 lines
201 B
Typst

#import "colour.typ": *
#let contents_page() = {
set text(font: "TUM Neue Helvetica")
show outline.entry.where(
level: 1
): it => {
v(1em)
strong(it)
}
outline(indent: auto)
}