outline-slide
outline-slide(config: (:), level: auto, title: [Outline], spacing: 2em, ..args)(source)Outline slide for the presentation.
Example:
#show: metropolis-theme.with(
config-info(
title: [Title],
logo: emoji.city,
),
)
#outline-slide(indent: (1em,), depth: 1, title: [Contents])
Parameters
config : dictionary default: (:)
The configuration of the slide.
level : int | auto default: auto
The level of the outline. Default is auto, which uses the slide-level configured in the config-common.
title : string default: [Outline]
The title of the slide. Default is "Outline".
spacing : length default: 2em
The spacing between the outline entries. Default is 2em.
..args : any
The arguments to pass to the custom-progressive-outline, see https://touying-typ.github.io/docs/reference/components/custom-progressive-outline. Some values like numbering have defaults to mimic the style of the metropolis theme.