Initial commit

This commit is contained in:
Marius Drechsler 2024-07-17 10:14:20 +02:00
commit 9aca6c3042
40 changed files with 2557 additions and 0 deletions

14
template/contents.typ Normal file
View file

@ -0,0 +1,14 @@
#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)
}