From 96f50701675e1f367299ab786c8ecc55bcfcf06a Mon Sep 17 00:00:00 2001 From: unexplrd Date: Mon, 12 Jan 2026 01:06:54 +0200 Subject: [PATCH] feat: put all author names in metadata --- lib.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.typ b/lib.typ index 2ecccb9..f6b4b88 100644 --- a/lib.typ +++ b/lib.typ @@ -644,7 +644,7 @@ let edu_program = authors.at(0).edu_program let uni = universities.at(university) - 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)