diff --git a/slides/chapter-11.de.md b/slides/chapter-11.de.md index 48241d6..a3f9871 100644 --- a/slides/chapter-11.de.md +++ b/slides/chapter-11.de.md @@ -97,12 +97,14 @@ Alternativ: @slide(layout=task) @task-number -10 +9 @title Grafiken einfügen @content -* Bindet die Datei `bilder.tex` ein. -* Abschnitt 5 enthält ein kleines **Bild.** Setzt dasselbe Bild nochmal größer (Breite: `\textwidth`) ans Ende des Abschnitts. - +* Im Ordner `exercises/graphics` findet ihr eine Bilddatei namens `latex-logo.png`. +* ++ Fügt sie **genau** unterhalb dieser Aufgabenstellung im Skript ein. +* ++ Das Bild soll **zentriert** auf der Seite eingebunden werden. +* ++ Fügt außerdem eine **Bildunterschrift** ein. +* ++ Passt die **Größe** des Bildes an Breite der Seite (`\textwidth`) an. diff --git a/slides/chapter-11.en.md b/slides/chapter-11.en.md index 50c4b6c..784b4d1 100644 --- a/slides/chapter-11.en.md +++ b/slides/chapter-11.en.md @@ -97,12 +97,14 @@ Alternatively: @slide(layout=task) @task-number -10 +9 @title Inserting graphics @content -* Include the file `bilder.tex`. -* Section 5 contains a small **image.** Use this image and embed it once more increased to a larger size (width: `\textwidth`) at the end of the section. - +* In the directory `exercises/graphics` you can find an image file named `latex-logo.png`. +* ++ Include the figure **directly** beneath the the task for this chapter. +* ++ The image shall be **centered**. +* ++ Additionally, add a **caption** for the figure. +* ++ Adapt the **width** of the image to the width of the text (`textwidth`).