From d59e8efae6283d3ca3344e27cbe870f8acc8f652 Mon Sep 17 00:00:00 2001 From: Evelyn Fradtschuk Date: Mon, 22 Aug 2022 13:31:01 +0200 Subject: [PATCH] change cref to Cref in references exercise --- 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 19895d7..6d462b5 100644 --- a/slides/chapter-13.de.md +++ b/slides/chapter-13.de.md @@ -205,7 +205,7 @@ Referenzen einfügen @content * 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`. +* 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`. * Fügt noch eine **Beschriftung** zum Listing hinzu. diff --git a/slides/chapter-13.en.md b/slides/chapter-13.en.md index e204a06..daf623f 100644 --- a/slides/chapter-13.en.md +++ b/slides/chapter-13.en.md @@ -206,7 +206,7 @@ Inserting references @content * 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. +* 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**. * Additionally, add a **caption** to the source code listing.