# 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 ```