mirror of
https://github.com/JustAnyones/ktu-paper.git
synced 2026-06-20 22:11:56 +00:00
Simplify report API
This commit is contained in:
@@ -11,7 +11,7 @@ The following is an example on how to apply the report style for a document
|
||||
```typst
|
||||
#import "template.typ": ataskaita
|
||||
|
||||
#show: doc => ataskaita(
|
||||
#show: ataskaita.with(
|
||||
"Kompiuterinis raštingumas",
|
||||
(
|
||||
[Technologinis projektas],
|
||||
@@ -22,8 +22,7 @@ The following is an example on how to apply the report style for a document
|
||||
"lekt. Petras Petraitis",
|
||||
),
|
||||
authorRole: "Studentas",
|
||||
recipientRole: "Dėstytojas",
|
||||
document: doc,
|
||||
recipientRole: "Dėstytojas"
|
||||
)
|
||||
|
||||
= Įvadas
|
||||
|
||||
Reference in New Issue
Block a user