Skip to main content

touying-slides

touying-slides(..args, body)(source)

Touying slides function.

Example:

#show: touying-slides.with(
config-page(paper: "presentation-" + aspect-ratio),
config-common(
slide-fn: slide,
),
..args,
)
Parameters

..args : arguments

The configurations of the slides. For example, you can use config-page(paper: "presentation-16-9") to set the aspect ratio of the slides.

body : content

The contents of the slides.

Returns: content