Merge pull request 'feat: add option to make supervisor signature optional' (#111) from feat/make-supervisor-signature-optional into develop
Build'n check / run-ci-linux (push) Successful in 2m18s Details
Build'n check / run-ci-linux (pull_request) Successful in 2m16s Details

Reviewed-on: #111
Run-Checks
This commit is contained in:
Sven Vogel 2024-11-25 15:56:50 +00:00
commit 6c068a4453
2 changed files with 19 additions and 16 deletions

View File

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

View File

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