Evolving Typst
Thoughts on how we can bring Typst closer to 1.0 while also evolving it more freely.
Blog about my coding projects.
Thoughts on how we can bring Typst closer to 1.0 while also evolving it more freely.
Typst's math mode has a strange precedence problem that most people using it will run into at some point.
An exploration of the layout models of TeX and Typst.
Freezing state in Typst and how it could tie in with the context idea.
Some ideas on advancing Typst.
A post about how incremental compilation works in the modern LaTeX alternative Typst.
A post about hypher, a fast hyphenation library for Rust. This library converts LaTeX hyphenation patterns into compact finite state machines that can be traversed without any upfront loading. The result is faster and leaner than previous crates.