Typst 0.15.0
Points and comments are a snapshot, not live.
Typst 0.15 adds variable fonts, MathML export, bundle output, and spot colors.
Version 0.15.0 introduces variable fonts with automatic variation axes (ital, wght, wdth, etc.) and a custom `variations` parameter. Equations export to MathML in HTML. The experimental `bundle` target outputs multiple files (HTML, PDF, PNG, SVG, assets). Single documents can include multiple bibliographies. The `within` selector aids introspection. Spot colors for offset printing and a file `path` type for package-safe paths are added. Baseline alignment in boxes and lists is improved. New `divider` element represents thematic breaks. The CLI gains `typst eval` superseding `typst query`.
What commenters are saying
Commenters widely celebrate Typst's speed, ease of use, and automation capabilities, with several noting it replaced LaTeX, commercial PDF generators, or invoice SaaS. A popular use case is generating PDFs from JSON via pandoc with Typst as the PDF engine. One user praises the multiple-bibliography feature after years of waiting. Some debate the choice of `$` for math delimiters in markdown vs. Typst. A handful ask why to choose Typst over org-mode or markdown+pandoc; replies cite compilation speed, precise formatting control, and seamless JSON templating.