Skip to main content

uncover

Uncover content in some subslides. Reserved space when hidden (like #hide()).

Example:

#show: simple-theme.with(aspect-ratio: "16-9")
= Slide
#uncover("2-")[Only visible from subslide 2]
Parameters

visible-subslides : int | array | str

A single integer, an array of integers, or a string specifying the visible subslides. Supported formats: - A single integer, e.g. 3 — only subslide 3. - An array, e.g. (1, 2, 4) — equivalent to "1, 2, 4". - A string with ranges, e.g. "-2, 4, 6-8, 10-" — subslides 1, 2, 4, 6, 7, 8, 10, and all after 10.

uncover-cont : content

The content to display when visible.

cover-fn : function | auto    default: auto

An optional cover function to use instead of the default cover method from the theme. Useful when using uncover inside external package integrations (e.g. fletcher.hide for fletcher diagrams).

Returns: content