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: dewdrop-theme.with(
config-info(
title: [Title],
logo: emoji.city,
),
)

#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 several configurations, you can use utils.merge-dicts to merge them.

extra : string | none    default: none

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