feat: add coauthor to titlepage
Build'n check / run-ci-linux (push) Has been skipped Details
Build'n check / run-ci-linux (pull_request) Successful in 5m14s Details

This commit is contained in:
Sven Vogel 2025-04-15 14:10:09 +02:00
parent 0e0e79f2fe
commit 04b55eecd5
3 changed files with 14 additions and 0 deletions

View File

@ -26,6 +26,7 @@
),
supervisor-signature: false,
authors: ((), ()),
coauthors: (),
// information about thesis
thesis: (
title: "Unofficial ABB/DHBW Typst template",

View File

@ -138,6 +138,16 @@
}
]
#v(1em)
#align(center)[
coauthored in part by
#linebreak()
#for author in config.coauthors {
author
}
]
#set align(bottom)
#pad(top: 1.5em)[

View File

@ -24,6 +24,9 @@
contact: "sven.vogel123@web.de"
)
),
coauthors: (
"Gorbatschew"
),
thesis: (
title: "Unofficial ABB/DHBW Typst template",
subtitle: "for reports and thesises",