Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a36b2bdef2 | |||
| 4821a06fb3 | |||
|
|
401c9824af |
1 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ The above screenshot uses the Fira Sans and Fira Math fonts.
|
||||||
|
|
||||||
## Installation (Linux only)
|
## Installation (Linux only)
|
||||||
|
|
||||||
#### Using `typship`
|
#### Using [`typship`](https://github.com/sjfhsjfh/typship)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
typship download -n local https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-slides-template
|
typship download -n local https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-slides-template
|
||||||
|
|
@ -19,13 +19,13 @@ typship download -n local https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-slid
|
||||||
```bash
|
```bash
|
||||||
mkdir -p ~/.local/share/typst/packages/local/definitely-not-kfu-slides/
|
mkdir -p ~/.local/share/typst/packages/local/definitely-not-kfu-slides/
|
||||||
cd ~/.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/v1.0.1.tar.gz | tar zx --xform 's/definitely-not-kfu-slides/1.0.1/'
|
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):
|
## Quickstart (CLI)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
typst init @local/definitely-not-kfu-slides:1.0.1 slides
|
typst init @local/definitely-not-kfu-slides slides
|
||||||
```
|
```
|
||||||
|
|
||||||
Tested typst version: `0.14.0`.
|
Tested typst version: `0.14.0`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue