31 lines
847 B
Markdown
31 lines
847 B
Markdown
# Typst KFU Slides Template
|
|
|
|
Adapted from Ernesto Martínez García's [definitely-not-isec-slides](https://typst.app/universe/package/definitely-not-isec-slides).
|
|
|
|

|
|
|
|
The above screenshot uses the Fira Sans and Fira Math fonts.
|
|
|
|
## Installation (Linux only)
|
|
|
|
#### Using `typship`
|
|
|
|
```bash
|
|
typship download -n local https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-slides-template
|
|
```
|
|
|
|
#### Manually
|
|
|
|
```bash
|
|
mkdir -p ~/.local/share/typst/packages/local/definitely-not-kfu-slides/
|
|
cd ~/.local/share/typst/packages/local/definitely-not-kfu-slides/
|
|
curl https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-slides-template/archive/1.0.1.tar.gz | tar zx --xform 's/typst-kfu-slides-template/1.0.1/'
|
|
```
|
|
|
|
## Quickstart (CLI):
|
|
|
|
```sh
|
|
typst init @local/definitely-not-kfu-slides:1.0.1 slides
|
|
```
|
|
|
|
Tested typst version: `0.14.0`.
|