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