backport/update dependencies
This commit is contained in:
12
dhsn.typ
12
dhsn.typ
@@ -47,7 +47,6 @@
|
|||||||
}
|
}
|
||||||
outline(title: "Anhangverzeichnis", target: selector(figure).after(here()))
|
outline(title: "Anhangverzeichnis", target: selector(figure).after(here()))
|
||||||
pagebreak()
|
pagebreak()
|
||||||
}
|
|
||||||
|
|
||||||
set figure(kind: raw, supplement: "Anhang")
|
set figure(kind: raw, supplement: "Anhang")
|
||||||
counter(figure.where(kind: raw)).update(0)
|
counter(figure.where(kind: raw)).update(0)
|
||||||
@@ -55,6 +54,9 @@
|
|||||||
[= #supplement <dhsn.addendum>]
|
[= #supplement <dhsn.addendum>]
|
||||||
body
|
body
|
||||||
pagebreak()
|
pagebreak()
|
||||||
|
} else {
|
||||||
|
body
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#let dhsn(
|
#let dhsn(
|
||||||
topic: "Thema der Arbeit",
|
topic: "Thema der Arbeit",
|
||||||
@@ -83,6 +85,12 @@
|
|||||||
set heading(numbering: (..nums) => nums.pos().map(str).join("."))
|
set heading(numbering: (..nums) => nums.pos().map(str).join("."))
|
||||||
|
|
||||||
set bibliography(style: "harvard-cite-them-right", title: "Literaturverzeichnis")
|
set bibliography(style: "harvard-cite-them-right", title: "Literaturverzeichnis")
|
||||||
|
set document(
|
||||||
|
title: topic,
|
||||||
|
author: author,
|
||||||
|
description: [#subtitle],
|
||||||
|
date: submission-date,
|
||||||
|
)
|
||||||
set cite(form: "prose")
|
set cite(form: "prose")
|
||||||
show cite: c => {
|
show cite: c => {
|
||||||
show "ohne Datum": "o.D."
|
show "ohne Datum": "o.D."
|
||||||
@@ -202,7 +210,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
context {
|
context {
|
||||||
if (acros.get() != none and acros.get().len() > 0) {
|
if (_acronyms.final() != none and _acronyms.final().len() > 0) {
|
||||||
{
|
{
|
||||||
show heading: none
|
show heading: none
|
||||||
heading(numbering: none)[Abkürzungsverzeichnis]
|
heading(numbering: none)[Abkürzungsverzeichnis]
|
||||||
|
|||||||
Reference in New Issue
Block a user