This commit is contained in:
Gaspard Jankowiak 2026-05-12 10:03:39 +02:00
commit 2bca935b19
5 changed files with 179 additions and 0 deletions

27
README.md Normal file
View file

@ -0,0 +1,27 @@
# Typst unofficial KFU letter template
![thumbnail](thumbnail.png)
## Installation (Linux only)
#### Using [`typship`](https://github.com/sjfhsjfh/typship)
```bash
typship download -n local https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-letter
```
#### Manually
```bash
mkdir -p ~/.local/share/typst/packages/local/kfu-letter/
cd ~/.local/share/typst/packages/local/kfu-letter/
curl https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-letter/archive/0.1.0.tar.gz | tar zx --xform 's/typst-kfu-letter/0.1.0/'
```
## Quickstart (CLI)
```sh
typst init @local/kfu-letter letter
```
Tested typst version: `0.14.2`.