feat: add option to make supervisor signature optional

This commit is contained in:
Sven Vogel 2024-11-25 16:55:44 +01:00
parent 1d6a900fca
commit 6d84cf4a19
2 changed files with 19 additions and 16 deletions

View File

@ -24,6 +24,7 @@
name: "dualen Hochschule Baden-Württemberg",
campus: "Eppelheim"
),
supervisor-signature: false,
authors: (
(
name: "Sven Vogel",

View File

@ -147,7 +147,8 @@
#context panic("no translation for language: ", text.lang)
]
#align(
#if config.supervisor-signature {
align(
bottom,
grid(
// set width of columns
@ -163,6 +164,7 @@
),
align(right, {line(length: 6cm)})),
)
}
#counter(page).update(0)
]