27 lines
621 B
Markdown
27 lines
621 B
Markdown
# Typst unofficial KFU letter template
|
|
|
|

|
|
|
|
## 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`.
|