diff --git a/main.typ b/main.typ index 81b892e..82338e2 100644 --- a/main.typ +++ b/main.typ @@ -57,7 +57,7 @@ #let gen_authors( authors: none, ) = { - text(author_string()) + text(author_string(authors: authors)) } #let gen_preamble( @@ -77,7 +77,6 @@ { [ #{gen_authors(authors: authors)} - ] suffix })