Initial commit
This commit is contained in:
commit
9aca6c3042
40 changed files with 2557 additions and 0 deletions
14
template/contents.typ
Normal file
14
template/contents.typ
Normal 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)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue