Change front matter to title page

This commit is contained in:
Knoch 2024-04-01 11:22:28 +02:00
parent a615cbf0fb
commit c76d207693

View File

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