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) @slide(layout=wide-content)
@title @title
Front matter Title page
@content @content
``` {.lang-tex .hljs data-source=title.tex} ``` {.lang-tex .hljs data-source=title.tex}
@ -199,7 +199,7 @@ Front matter
``` ```
* The values for the entries are stored in the preamble. * 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. * The exact appearance depends on the document class.
* Multiple authors can be joined with `\and`. * 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{}`. * If no date is given, the current date will be used. A different date can be defined with `\date{}`.