mirror of
https://github.com/JustAnyones/ktu-paper.git
synced 2026-09-19 04:39:43 +00:00
chore: minor documentation on how to init a new template project
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
# ktu-paper
|
||||
|
||||
This repository contains a Typst template for academic papers at the Kaunas University of Technology, Faculty of Informatics. A final Bachelor's thesis written with this template has successfully passed the formal review.
|
||||
|
||||
## Initiating the template
|
||||
Install the downloaded template under the following directory:
|
||||
- LINUX: `~/.local/share/typst/packages/local/ktu-paper/0.2.1/`
|
||||
|
||||
And then initiate a new project:
|
||||
```sh
|
||||
typst init @local/ktu-paper:0.2.1
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user