feat: add coauthor to titlepage #125
|
@ -26,6 +26,7 @@
|
|||
),
|
||||
supervisor-signature: false,
|
||||
authors: ((), ()),
|
||||
coauthors: (),
|
||||
// information about thesis
|
||||
thesis: (
|
||||
title: "Unofficial ABB/DHBW Typst template",
|
||||
|
|
|
@ -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)[
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
contact: "sven.vogel123@web.de"
|
||||
)
|
||||
),
|
||||
coauthors: (
|
||||
"Gorbatschew"
|
||||
),
|
||||
thesis: (
|
||||
title: "Unofficial ABB/DHBW Typst template",
|
||||
subtitle: "for reports and thesises",
|
||||
|
|
Loading…
Reference in New Issue