Switch sections

This commit is contained in:
Knoch 2022-09-26 12:10:03 +02:00
parent bd542885ef
commit 8482678dea
2 changed files with 32 additions and 33 deletions

View File

@ -357,22 +357,6 @@ Dokument und Text gliedern
* Fügt anschließend ein **Inhaltsverzeichnis** in euer Dokument ein. * Fügt anschließend ein **Inhaltsverzeichnis** in euer Dokument ein.
@slide(layout=content-only)
@title
Bevor wir fortfahren können …
@content
<div class="box warning">
**Kommentiert** zuletzt die Präambel, die Dokumentenumgebung und das Inhaltsverzeichnis **wieder aus**.
Nur so kann eure Lösung auch ins Skript eingebunden werden (Schnelles Auskommentieren kann in TeXstudio mit dem Shortcut <kbd>Strg</kbd> + <kbd>T</kbd> erreicht werden).
</div>
Im nächsten Kapitel erklären wir, warum das notwendig ist.
@slide(layout=extra-content-and-preview) @slide(layout=extra-content-and-preview)
@title @title
@ -394,3 +378,18 @@ Außerdem kann für das Inhaltsverzeichnis ein alternativer Titel angegeben werd
@preview @preview
![](svg/chapter-03/abschnitte-anders-crop.svg) ![](svg/chapter-03/abschnitte-anders-crop.svg)
@slide(layout=content-only)
@title
Bevor wir fortfahren können …
@content
<div class="box warning">
**Kommentiert** zuletzt die Präambel, die Dokumentenumgebung und das Inhaltsverzeichnis **wieder aus**.
Nur so kann eure Lösung auch ins Skript eingebunden werden (Schnelles Auskommentieren kann in TeXstudio mit dem Shortcut <kbd>Strg</kbd> + <kbd>T</kbd> erreicht werden).
</div>
Im nächsten Kapitel erklären wir, warum das notwendig ist.

View File

@ -356,21 +356,6 @@ Structure your document and text
* Add a **table of contents** to your document. * Add a **table of contents** to your document.
@slide(layout=content-only)
@title
Before we can continue …
@content
<div class="box warning">
Finally, **comment out** the preamble, the document environment, and the table of contents.
Only this way, your solution can be embedded in the script itself. (In TeXstudio, comments can be achieved by the shortcut <kbd>Strg</kbd> + <kbd>T</kbd>.)
</div>
We will learn in the following chapter why this is the case.
@slide(layout=extra-content-and-preview) @slide(layout=extra-content-and-preview)
@title @title
@ -392,3 +377,18 @@ You can also provide an alternative title for the table of contents:
@preview @preview
![](svg/chapter-03/sections-differently-crop.svg) ![](svg/chapter-03/sections-differently-crop.svg)
@slide(layout=content-only)
@title
Before we can continue …
@content
<div class="box warning">
Finally, **comment out** the preamble, the document environment, and the table of contents.
Only this way, your solution can be embedded in the script itself. (In TeXstudio, comments can be achieved by the shortcut <kbd>Strg</kbd> + <kbd>T</kbd>.)
</div>
We will learn in the following chapter why this is the case.