feat: set multiple authors in coursework

This commit is contained in:
2026-01-12 01:13:45 +02:00
parent 96f5070167
commit 73ab5c8f08
+1 -1
View File
@@ -312,7 +312,7 @@
bib_path: none,
appendices: (),
) = {
set document(title: title, author: authors.at(0).name)
set document(title: title, author: authors.map(c => c.name))
show: dstu-style.with(skip: 1)