proomt

Search

Search posts, papers, and topics

html

RSS
  1. 1

    Typst makes big strides

    Typst 0.15 adds variable‑font support, experimental HTML export with MathML, a bundle output mode for multi‑file projects, multiple bibliography sections, and the ability to target several PDF standards at once. The post shows concrete Typst code snippets for each feature and notes the required compiler flags.

    Lobsterslwn.net12 minHN41lobste.rs117
  2. 4

    Tracing algorithms through web specifications

    The post introduces two tools for navigating the call graph of web specifications: the CLI `webspec-index trace` command and the WebSpec Tracer Firefox extension. It demonstrates how detail flags give a high‑level shape of routes and how the extension lets you interactively build accurate markdown traces for debugging.

    Mozilla Automation Teamfarre.se9 min