The bare minimum to get started with Typst
July 27, 2024
Typst is a new markup-based typesetting system for the sciences
It was designed to be the middle ground between Latex and Microsoft Word.
Installation
The best way to install is using cargo:
cargo install --locked typst-cliYou can learn how to install cargo here.
Writing your first document
This code:
= Hello WorldThis is ahello world.After running:
typst compile hello_world.typShould render hello_world.pdf:

Where do I go from here?
Their github page is here. Good luck :)
Tags: