main.typ: fix missing author arg

This commit is contained in:
dogeystamp 2023-12-18 18:41:25 -05:00
parent 2f2286dfc4
commit 6bf4fae9ce
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -57,7 +57,7 @@
#let gen_authors( #let gen_authors(
authors: none, authors: none,
) = { ) = {
text(author_string()) text(author_string(authors: authors))
} }
#let gen_preamble( #let gen_preamble(
@ -77,7 +77,6 @@
{ {
[ [
#{gen_authors(authors: authors)} #{gen_authors(authors: authors)}
] ]
suffix suffix
}) })