Correct display of sources, pagebreak after every outline type
This commit is contained in:
12
dhsn.typ
12
dhsn.typ
@@ -147,6 +147,7 @@
|
||||
heading(numbering: none)[Abbildungsverzeichnis]
|
||||
}
|
||||
outline(title: "Abbildungsverzeichnis", target: figure.where(kind: image))
|
||||
pagebreak()
|
||||
}
|
||||
}
|
||||
context {
|
||||
@@ -156,6 +157,7 @@
|
||||
heading(numbering: none)[Anhangsverzeichnis]
|
||||
}
|
||||
outline(title: "Anhangsverzeichnis", target: figure.where(kind: raw))
|
||||
pagebreak()
|
||||
}
|
||||
}
|
||||
context {
|
||||
@@ -165,6 +167,7 @@
|
||||
heading(numbering: none)[Tabellenverzeichnis]
|
||||
}
|
||||
outline(title: "Tabellenverzeichnis", target: figure.where(kind: table))
|
||||
pagebreak()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -175,11 +178,9 @@
|
||||
heading(numbering: none)[Abkürzungsverzeichnis]
|
||||
}
|
||||
print-index(title: "Abkürzungsverzeichnis", row-gutter: 0.5em)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
pagebreak()
|
||||
}
|
||||
}
|
||||
counter(page).update(1)
|
||||
set page(numbering: (..nums) => numbering("1", counter(page).get().at(0)))
|
||||
|
||||
@@ -191,6 +192,9 @@
|
||||
show "ohne Datum ": "o.D.["
|
||||
it
|
||||
}
|
||||
show regex(`griffen\: \d+`.text): it => {
|
||||
it + "."
|
||||
}
|
||||
bib
|
||||
}
|
||||
statement(location, submission-date, author_gender)
|
||||
|
||||
Reference in New Issue
Block a user