Merge registers slides
This commit is contained in:
parent
461af0c308
commit
ae16274095
@ -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
|
||||

|
||||
|
||||
|
||||
@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)
|
||||
|
||||
|
||||
@ -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
|
||||

|
||||
|
||||
|
||||
@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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user