import
This commit is contained in:
commit
2bca935b19
5 changed files with 179 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# 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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue