typst-uniforlife-template/README.md

27 lines
667 B
Markdown

# Typst unofficial UniForLife 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-uniforlife-template
```
#### Manually
```bash
mkdir -p ~/.local/share/typst/packages/local/uniforlife-report/
cd ~/.local/share/typst/packages/local/uniforlife-report/
curl https://imsc.uni-graz.at/git/gjankowiak/typst-uniforlife-template/archive/0.0.2.tar.gz | tar zx --xform 's/typst-uniforlife-report/0.0.2/'
```
## Quickstart (CLI)
```sh
typst init @local/uniforlife-report report
```
Tested typst version: `0.15.0`.