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

#title-slide(subtitle: [Subtitle])
Parameters

config : dictionary    default: (:)

is the configuration of the slide. Use config-xxx to set individual configurations for the slide. To apply multiple configurations, use utils.merge-dicts to combine them.

extra : string | none    default: none

is the extra information for the slide. This can be passed to the title-slide function to display additional information on the title slide.