Skip to main content

title-slide

Title slide for the presentation. You should update the information in the config-info function. You can also pass the information directly to the title-slide function.

Example:

#show: aqua-theme.with(
config-info(
title: [Title],
),
)

#title-slide(subtitle: [Subtitle], extra: [Extra information])
Parameters

config : dictionary    default: (:)

The configuration of the slide. You can use config-xxx to set the configuration of the slide. For more configurations, you can use utils.merge-dicts to merge them.

extra : content | none    default: none

The extra information you want to display on the title slide.