From ab3c5d32e00a583cae8145c6710313d6af128940 Mon Sep 17 00:00:00 2001 From: JustAnyone Date: Thu, 7 Dec 2023 13:40:55 +0200 Subject: [PATCH] Add very slim documentation on how to use the template --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a9d1a5..ea1bc71 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# KTU-Typst \ No newline at end of file +# KTU-Typst + +To use the template + +```typst +#import "template.typ": ataskaita + +#show: doc => ataskaita( + "Kompiuterinis raštingumas", + ( + [Technologinis projektas], + [Typst šablonas] + ), + author: "Vardenis Pavardenis", + recipient: "lekt. Petras Petraitis", + document: doc, +) + += Įvadas +... +```