From e8334554c83f43886915e50ac2ede1403ddb6c22 Mon Sep 17 00:00:00 2001 From: Christian Kremitzl Date: Fri, 28 May 2021 21:11:54 +0200 Subject: [PATCH] Fixing task. --- 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 92e3544..7a793bb 100644 --- a/slides/chapter-03.en.md +++ b/slides/chapter-03.en.md @@ -380,7 +380,7 @@ Structure your document and text @content * Open the file `document-structure.tex`. It is located in the directory `exercises/basic-document-structure`. -* ++ Wrap the entire text in a **document** environment and insert the following **preamble**. Compile the document. +* Wrap the entire text in a **document** environment and insert the following **preamble**. Compile the document. ``` {.lang-tex .hljs .fragment} \documentclass{scrartcl}