From 6d69d5cf93d2d843c7a202cdf3bb0e6446ac9e9e Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Fri, 28 May 2021 09:50:03 +0200 Subject: [PATCH] Fix file name --- slides/chapter-03.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/chapter-03.en.md b/slides/chapter-03.en.md index f6e6dd0..fe13daf 100644 --- a/slides/chapter-03.en.md +++ b/slides/chapter-03.en.md @@ -379,7 +379,7 @@ List of figures and list of tables Structure your document and text @content -* Open the file `documemt-structure.tex`. It is located in the directory `exercises/basic-document-structure`. +* Open the file `document-structure.tex`. It is located in the directory `exercises/basic-document-structure`. * ++ Wrap the entire text in `document-structure.tex` in a **document** environment and insert the following **preamble** above, so that you can compile the document: ``` {.lang-tex .hljs .fragment}