main.typ: fix missing author arg
This commit is contained in:
parent
2f2286dfc4
commit
6bf4fae9ce
3
main.typ
3
main.typ
@ -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
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user