We are pleased to announce Quarto 1.9 ✈️

New features for #RStats, #Python, and #JuliaLang users include Posit Connect Cloud publishing, PDF accessibility (PDF/A & PDF/UA), brand asset synchronization, enhanced #Typst support, list table syntax, and #LLM -friendly output.

Learn more: https://quarto.org/docs/blog/posts/2026-03-24-1.9-release/

Quarto 1.9 – Quarto

Quarto 1.9 adds publishing to Posit Connect Cloud, LLM-friendly website output, major Typst improvements, experimental PDF accessibility standards, and list tables for complex table content.

Quarto

Et le prix du message d'erreur mystérieux du jour revient à #Typst :

% typst compile 5-incidents.typ
warning: layout did not converge within 5 attempts
= hint: check if any states or queries are updating themselves

The experimental HTML export of @typst still lacks a lot of features, but already has enormous potential IMO.

I've been able to work around most of the missing features by manually adding the HTML elements using the typed HTML module (https://typst.app/docs/reference/html/typed/) and also the `html.frame` function, which just renders its content as an SVG instead (which you can easily do automatically using a show rule).

With a relatively simple Makefile, you could already use it as a static website generator for example.

#typst

Typed HTML Functions – Typst Documentation

Documentation for the typed functions.

Typst
Announcing Of Dice and Meeples

I am starting an APA (Amateur Press Assocation). Like contributing to one, this is not a thing I expected to do at my time of life…

RogerBW's Blog

Since I learned how to use Typesetter by @haydntrowell I can't stop doing stuff with typst.

My client wants me to fill 6 different reports with the work I have done for the month, so that I can get my check. So I designed the document with Typesetter and then used Ruby and erb to fill the blanks on the typ file from a database.

#typst #typesetter #linux #office #ruby #rails #erb #rubyonrails

Da ich gerade dies und das als PDF in #typst baue: Braucht jemand was für #ttrpg als PDF?

#pnpde

The Weekly Challenge 366: The Time of the Count is Over

I’ve been doing the Weekly Challenges. The latest involved prefix testing and time validation. (Note that this ends today.)

RogerBW's Blog

@debacle @alerque @typst Grown up in #TeXLaTEX, pretty impressed with #Typst, using my own “mark4down” flow (m4 | pandoc) with either LaTeX or Typst as the actual typesetting engine. All work well, allthough I do think there’s room for improvement - are we yet producing PDF/UA?

I don’t know #SILE. Is this a stealthy pitch?

@alerque @typst

I like to read more about which tool is better for what. I only know #TeXLaTeX.

@kuchenmampfer mentioned faster compile times of #Typst, which might make it good for report generation, i.e. "mass production". It would have to have very good support for tables, incl. long tables, though.

@josch

For me, it's very similar:

#orgmode ⇒ 🪄 M-x org-latex-export-to-pdf 🪄 ⇒ PDF

If #SILE and/or #Typst ever make into #Debian, the magic step might change, but input and output formats remain.

Anway, I have to play with #TeXLaTeX a lot to get exactly what I want.