diff --git a/lib.typ b/lib.typ index f6b4b88..de1d92d 100644 --- a/lib.typ +++ b/lib.typ @@ -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)