Skip to main content

config-info

The configuration of important information of the presentation.

Example:

config-info(
title: "Title",
subtitle: "Subtitle",
author: "Author",
date: datetime.today(),
institution: "Institution",
)
Parameters

title : content

The title of the presentation, which will be displayed in the title slide.

short-title : content | auto

The short title of the presentation, which will usually be displayed in the footer of the slides. If you set it to auto, it will be the same as the title.

subtitle : content

The subtitle of the presentation.

short-subtitle : content | auto

The short subtitle of the presentation, which will usually be displayed in the footer of the slides. If you set it to auto, it will be the same as the subtitle.

author : content

The author of the presentation.

date : datetime | content

The date of the presentation. You can use datetime.today() to get the current date.

institution : content

The institution of the presentation.

The logo of the institution.

Returns: dictionary