Typst¶
Typst is the "new LaTeX": simpler to learn, simpler to modify the layout, about 9423.6X faster. But also, at the moment, has fewer features, can be a bit buggy, the base code changes often (which can break some functions), etc.
So great to use, but be warned a bit...
Typst installation¶
Web-application: Typst.app¶
The web-application of Typst is free, the rending in real-time works great, and it has collaboration tools integrated. The only potential drawback is that not all fonts are present; with a local installation you can use any fonts on your computer.
Local installation¶
- Follow those instructions for your OS
- Install VSCode
- and the Tinymist extension for it, it offers real-time preview/rendering
Getting started¶
Tutorial Writing in Typst
The best is to follow the official tutorial to start.
The only crucial thing missing from it is how to add references, for this we suggest you use "natbib" (tutorial about bibliography management with natbib).
We provide a MSc Geomatics thesis template, where you can find a lot of examples: how to place a figure, pseudo-code, tables, etc.
Are you already familiar with LaTeX?
If you're used to LaTeX, see the handy Guide for LaTeX users.
Managing references¶
As with LaTeX, BibTeX can be used. This is a good cross-platform one:
- JabRef (cross-platform)