mirror of
https://github.com/JustAnyones/ktu-paper.git
synced 2026-06-20 22:11:56 +00:00
Add support for multiple authors and recipients
This commit is contained in:
@@ -17,8 +17,12 @@ The following is an example on how to apply the report style for a document
|
||||
[Technologinis projektas],
|
||||
[Typst šablonas]
|
||||
),
|
||||
author: "Vardenis Pavardenis",
|
||||
recipient: "lekt. Petras Petraitis",
|
||||
authors: ("Vardenis Pavardenis",),
|
||||
recipients: (
|
||||
"lekt. Petras Petraitis",
|
||||
),
|
||||
authorRole: "Studentas",
|
||||
recipientRole: "Dėstytojas",
|
||||
document: doc,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user