From 231391dbcce72b1fafcf270790712c2c0adea7b5 Mon Sep 17 00:00:00 2001 From: Evelyn Fradtschuk Date: Sun, 27 Mar 2022 18:49:56 +0200 Subject: [PATCH] translate references task --- slides/chapter-13.de.md | 2 +- slides/chapter-13.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/chapter-13.de.md b/slides/chapter-13.de.md index 6edb0b9..5c8479b 100644 --- a/slides/chapter-13.de.md +++ b/slides/chapter-13.de.md @@ -201,7 +201,7 @@ Fußnoten einfügen Referenzen einfügen @content -* Ersetzt im Text in der Datei `references.tex` im Ordner `exercises/references` *in der Abbildung* und *Das nachstehende Quelltext-Listing* durch eine **Referenz** auf das Bild bzw. auf das Quelltext-Listing. +* Ersetzt im Text in der Datei `references.tex` im Ordner `exercises/references` *In the figure* und *The following source code listing* durch eine **Referenz** auf das Bild bzw. auf das Quelltext-Listing. * Nutzt dafür den Befehl `\cref`. * Achtet darauf, zuerst **Labels** für die Elemente, die ihr referenzieren wollt, zu vergeben. * Packt dafür das Quelltext-Listing in eine **Umgebung** namens `listing`. diff --git a/slides/chapter-13.en.md b/slides/chapter-13.en.md index d032ff8..8cea915 100644 --- a/slides/chapter-13.en.md +++ b/slides/chapter-13.en.md @@ -202,7 +202,7 @@ Inserting footnotes Inserting references @content -* In file `exercises/references/references.tex`, replace *in der Abbildung* and *Das nachstehende Quelltext-Listing* by **references** to the figure and to the source code listing. +* In file `exercises/references/references.tex`, replace *In the figure* and *The following source code listing* by **references** to the figure and to the source code listing. * Use the command `\cref` for the references. * Make sure to add **labels** to the elements that you want to create a reference for. * To do so, wrap the source code listing in a `listing` **environment**.