1.3 KiB
1.3 KiB
Typst KFU Slides Template
Adapted from Ernesto Martínez García's definitely-not-isec-slides.
Quickstart (CLI):
typst init @preview/definitely-not-kfu-slides:1.0.1 slides
Quickstart (WebIDE):
Tested typst version: 0.14.0.
Typst
What's Typst?
A modern typesetting system which has:
- Milisecond incremental (memoized) builds¹
- Subsecond full builds¹
- Multithreaded builds per pagebreak
- Easy rustc-like compiler error messages (and no intermediates!)
- Transparent multiple compiler passes (no more mklatex/makefiles)
- Simple & powerful scripting and syntax
- WebAssembly plugin support (python/js interpreters in your thesis? Sure)
Migrating from LaTeX? Check the migration guide
¹: This is obviously not a serious benchmark and depends on the document. But it's fast trust me
Quick usage
Start incremental compilations with:
typst watch slides.typ
then open the generated PDF:
xdg-open slides.typ
Now edit slides.typ and it will be incrementally built in each save.