refactor, document → report, option to underline headings
This commit is contained in:
parent
7de1d44e9d
commit
e2e4d39b80
5 changed files with 21 additions and 15 deletions
10
README.md
10
README.md
|
|
@ -13,15 +13,15 @@ typship download -n local https://imsc.uni-graz.at/git/gjankowiak/typst-uniforli
|
|||
#### Manually
|
||||
|
||||
```bash
|
||||
mkdir -p ~/.local/share/typst/packages/local/uniforlife-document/
|
||||
cd ~/.local/share/typst/packages/local/uniforlife-document/
|
||||
curl https://imsc.uni-graz.at/git/gjankowiak/typst-uniforlife-template/archive/0.0.1.tar.gz | tar zx --xform 's/typst-uniforlife-document/0.0.1/'
|
||||
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-document document
|
||||
typst init @local/uniforlife-report report
|
||||
```
|
||||
|
||||
Tested typst version: `0.14.0`.
|
||||
Tested typst version: `0.15.0`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue