mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-07 21:24:15 -05:00
19 lines
398 B
Markdown
19 lines
398 B
Markdown
# TLSNotary Research
|
|
|
|
This folder contains write-ups from research.
|
|
|
|
## Typst
|
|
|
|
The research write-ups are written in the [typst](https://github.com/typst/typst) markup language.
|
|
|
|
You can install `typst` with:
|
|
```sh
|
|
cargo install --git https://github.com/typst/typst typst-cli
|
|
```
|
|
or `brew install typst` on MacOs.
|
|
|
|
To compile the `typ`-files into `pdf`-files, run:
|
|
```sh
|
|
typst compile file.typ
|
|
```
|