From ec3d6f3e385c0d52d36f2b15861f291f71ecf9cf Mon Sep 17 00:00:00 2001 From: Evelyn Fradtschuk Date: Fri, 21 Jan 2022 13:51:51 +0100 Subject: [PATCH] adapt graphics exercise to script version --- slides/chapter-11.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/chapter-11.en.md b/slides/chapter-11.en.md index fe7fc9c..d78e893 100644 --- a/slides/chapter-11.en.md +++ b/slides/chapter-11.en.md @@ -104,7 +104,7 @@ Inserting graphics @content * In the directory `exercises/graphics` you can find an image file named `latex-logo.png`. -* **Include** the figure in `exercises/graphics/graphics.tex`. +* **Include** the figure in `exercises/graphics/graphics.tex` and place it **exactly** where you include it. * 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`). +* Adapt the **width** of the image to the width of the text (`\textwidth`).