Laurenz
Laurenz
Could you change the remaining assertion to use debug_assert?
Also looks like if_chain can be dropped from typst-pdf again.
Thanks for your work and endurance on this!
The difference here is syntactical. The `` terminates the heading and thus attaches to the heading. The `#label(..)` is part of the heading and thus attaches to the `text`. Hence,...
Only four fonts are embedded into the CLI: Linux Libertine, New CM, New CM Math, and DejaVu Sans Mono. The priority for the CLI is: `--font-paths` > system fonts >...
Looks like Fira Code doesn's use any of the normal `liga` (Standard Ligatures), `dlig` (Discretionary Ligatures), `clig` (Contextual Ligatures), `hlig` (Historical Ligatures) OpenType features. Instead, they use `calt` (Contextual Alternatives)...
I didn't list it at the time because it's a temporary limitation that it doesn't work for everything and it's bound to get out of date. The countable elements are...
The requirement to not have headers on empty pages exists, but I think it is not specific to `pagebreak(to: "even" | "odd")`. Rather, it is from a user perspective about...
What also ties in with this is the ability to have something like "This page intentionally left blank" printed on the page.
Hmm, duplicating all page properties on a `page.empty` element doesn't feel nice to me. Conceptually I like the idea of a show-set rule more, but it is indeed tricky.