Write IP Bericht
This commit is contained in:
commit
1ef5c20317
39 changed files with 2040 additions and 0 deletions
28
template/contents.typ
Normal file
28
template/contents.typ
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
#import "colour.typ": *
|
||||
|
||||
#let contents_page() = {
|
||||
set text(font: "TUM Neue Helvetica", lang: "de")
|
||||
|
||||
// Override the heading function to not make the Contents page affected by heading numbering 0
|
||||
|
||||
show heading.where(
|
||||
level: 1
|
||||
): it => [
|
||||
#v(1em)
|
||||
#text(
|
||||
size: 24pt,
|
||||
font: "TUM Neue Helvetica",
|
||||
it.body
|
||||
)
|
||||
#v(1em, weak: true)
|
||||
]
|
||||
|
||||
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