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{}`.