From ae16274095b1a2552fad2c6d39367f474af5860c Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Mon, 26 Sep 2022 12:04:33 +0200 Subject: [PATCH] Merge registers slides --- slides/chapter-03.de.md | 28 +++++++--------------------- slides/chapter-03.en.md | 25 +++++-------------------- 2 files changed, 12 insertions(+), 41 deletions(-) diff --git a/slides/chapter-03.de.md b/slides/chapter-03.de.md index fb77ef0..3915608 100644 --- a/slides/chapter-03.de.md +++ b/slides/chapter-03.de.md @@ -312,17 +312,19 @@ Mein Lieblingsrezept @slide(layout=content-only) @title -Inhaltsverzeichnis +Verzeichnisse @content ``` {.lang-tex .hljs} -\tableofcontents +\tableofcontents // Inhaltsverzeichnis +\listoffigures // Abbildungsverzeichnis +\listoftables // Tabellenverzeichnis ``` * Nummerierung erfolgt automatisch -* 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*{}`. -* Am besten zweimal kompilieren +* viele Anpassungsmöglichkeiten (Aufzählungszeichen und -tiefe, automatische Benennung, …) +* Elemente, die nicht im Verzeichnis aufgeführt werden sollen, werden mit einem »`*`« versehen, also z. B. `\section*{}`. +* **am besten zweimal kompilieren** @slide(layout=content-and-preview) @@ -354,22 +356,6 @@ Mein Lieblingsrezept ![](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) diff --git a/slides/chapter-03.en.md b/slides/chapter-03.en.md index 8156ad9..6401f8f 100644 --- a/slides/chapter-03.en.md +++ b/slides/chapter-03.en.md @@ -312,17 +312,19 @@ My favorite recipe @slide(layout=content-only) @title -Table of contents +Registers @content ``` {.lang-tex .hljs} \tableofcontents +\listoffigures +\listoftables ``` * automatic numbering * 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*{}`. -* generally requires two rounds of compilation +* elements with an asterisk (`*`) are hidden from the register: e. g. `\section*{}`. +* **generally requires two rounds of compilation** @slide(layout=content-and-preview) @@ -354,23 +356,6 @@ My favorite recipe ![](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) @task-number