From 6bf4fae9ce8ce90b3622711cb5ee9f1a16f8922b Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Mon, 18 Dec 2023 18:41:25 -0500 Subject: [PATCH] main.typ: fix missing author arg --- main.typ | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 })