From 73ab5c8f08aa16c4271817e193127f686f77a214 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Mon, 12 Jan 2026 01:13:45 +0200 Subject: [PATCH] feat: set multiple authors in coursework --- lib.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)