Merge registers slides

This commit is contained in:
Knoch 2022-09-26 12:04:33 +02:00
parent 461af0c308
commit ae16274095
2 changed files with 12 additions and 41 deletions

View File

@ -312,17 +312,19 @@ Mein Lieblingsrezept
@slide(layout=content-only) @slide(layout=content-only)
@title @title
Inhaltsverzeichnis Verzeichnisse
@content @content
``` {.lang-tex .hljs} ``` {.lang-tex .hljs}
\tableofcontents \tableofcontents // Inhaltsverzeichnis
\listoffigures // Abbildungsverzeichnis
\listoftables // Tabellenverzeichnis
``` ```
* Nummerierung erfolgt automatisch * Nummerierung erfolgt automatisch
* Viele Anpassungsmöglichkeiten (Aufzählungszeichen und -tiefe, automatische Benennung, …) * viele Anpassungsmöglichkeiten (Aufzählungszeichen und -tiefe, automatische Benennung, …)
* (Unter-)Kapitel, die nicht im Verzeichnis aufgeführt werden sollen, werden mit einem »`*`« versehen, also z. B. `\section*{}`. * Elemente, die nicht im Verzeichnis aufgeführt werden sollen, werden mit einem »`*`« versehen, also z. B. `\section*{}`.
* Am besten zweimal kompilieren * **am besten zweimal kompilieren**
@slide(layout=content-and-preview) @slide(layout=content-and-preview)
@ -354,22 +356,6 @@ Mein Lieblingsrezept
![](svg/chapter-03/inhalt-crop.svg) ![](svg/chapter-03/inhalt-crop.svg)
@slide(layout=content-only)
@title
Weitere Verzeichnisse
@content
Abbildungsverzeichnis und Tabellenverzeichnis
``` {.lang-tex .hljs}
\listoffigures
\listoftables
```
* Fügt das gewählte Verzeichnis an der entsprechenden Stelle ins Dokument ein.
* Es wird die jeweilige Bild- bzw. Tabellenunterschrift aufgeführt. Es kann aber auch ein Kurztitel angegeben werden, der dann für das Verzeichnis verwendet wird.
@slide(layout=wide-task) @slide(layout=wide-task)

View File

@ -312,17 +312,19 @@ My favorite recipe
@slide(layout=content-only) @slide(layout=content-only)
@title @title
Table of contents Registers
@content @content
``` {.lang-tex .hljs} ``` {.lang-tex .hljs}
\tableofcontents \tableofcontents
\listoffigures
\listoftables
``` ```
* automatic numbering * automatic numbering
* very configurable (enumeration characters and depth, automatic naming, …) * very configurable (enumeration characters and depth, automatic naming, …)
* chapters and (sub-)sections with an asterisk (`*`) are hidden from the table of contents: e. g. `\section*{}`. * elements with an asterisk (`*`) are hidden from the register: e. g. `\section*{}`.
* generally requires two rounds of compilation * **generally requires two rounds of compilation**
@slide(layout=content-and-preview) @slide(layout=content-and-preview)
@ -354,23 +356,6 @@ My favorite recipe
![](svg/chapter-03/contents-crop.svg) ![](svg/chapter-03/contents-crop.svg)
@slide(layout=content-only)
@title
Other indices
@content
List of figures and list of tables
``` {.lang-tex .hljs}
\listoffigures
\listoftables
```
* inserts the corresponding index wherever it is called
* lists the caption of each figure or table by default, but you can also state a special list entry
@slide(layout=wide-task) @slide(layout=wide-task)
@task-number @task-number