custom-progressive-outline
custom-progressive-outline(self: none, alpha: 60%, level: auto, numbered: (false,), filled: (false,), paged: (false,), numbering: (), text-fill: none, text-size: none, text-weight: none, vspace: none, title: none, indent: (0em,), fill: (repeat[.],), short-heading: true, uncover-fn: body => body, ..args)(source)A fully-featured progressive outline that renders headings from multiple levels with per-level styling.
Uses arrays indexed by heading level (first element = level 1, second = level 2, etc.) to apply different styling to each level. Unlike progressive-outline (a thin wrapper around Typst's built-in outline), this function renders each heading manually, giving full control over numbering, indentation, fills, and typography.
self : none default: none
The self context.
alpha : ratio default: 60%
The transparency of the other headings. Default is 60%.
level : auto | int default: auto
The outline level. When auto, all levels up to slide-level are shown. Default is auto.
numbered : array default: (false,)
Per-level booleans indicating whether headings are numbered. Default is (false,).
filled : array default: (false,)
Per-level booleans indicating whether to show a fill between the heading and the page number. Default is (false,).