feat: add coauthor to titlepage #125

Merged
servostar merged 1 commits from feat/add-coauthor into main 2025-04-15 12:16:53 +00:00
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",