RSSAmplifier

Blog

Laurenz's Blog

Blog about my coding projects.

laurmaedje.github.ioRSS feed ↗7 posts

Latest posts

Evolving Typst

Thoughts on how we can bring Typst closer to 1.0 while also evolving it more freely.

The Math Mode Problem

Typst's math mode has a strange precedence problem that most people using it will run into at some point.

TeX and Typst: Layout Models

An exploration of the layout models of TeX and Typst.

Frozen State

Freezing state in Typst and how it could tie in with the context idea.

Types and Context

Some ideas on advancing Typst.

What If LaTeX Had Instant Preview?

A post about how incremental compilation works in the modern LaTeX alternative Typst.

How To Put 30 Languages Into 1.1MB

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.