From c76d2076934176a5ba4b6dcdd0950a25b0468cbb Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Mon, 1 Apr 2024 11:22:28 +0200 Subject: [PATCH] Change front matter to title page --- slides/basic-document-structure.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/basic-document-structure.en.md b/slides/basic-document-structure.en.md index c7ac5d3..c83398d 100644 --- a/slides/basic-document-structure.en.md +++ b/slides/basic-document-structure.en.md @@ -186,7 +186,7 @@ Additionally, for some document classes: @slide(layout=wide-content) @title -Front matter +Title page @content ``` {.lang-tex .hljs data-source=title.tex} @@ -199,7 +199,7 @@ Front matter ``` * The values for the entries are stored in the preamble. -* `\maketitle` typesets the front matter within the document environment. +* `\maketitle` typesets the title page within the document environment. * The exact appearance depends on the document class. * Multiple authors can be joined with `\and`. * If no date is given, the current date will be used. A different date can be defined with `\date{}`.