From 7fdac83f024edaeeaa8ce2f86b61d7d4c35075fb Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Sat, 23 Nov 2024 18:53:08 +0100 Subject: [PATCH] Fix task description --- exercises/basic-document-structure/task.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exercises/basic-document-structure/task.tex b/exercises/basic-document-structure/task.tex index 5f1ea0e..ce1bff6 100644 --- a/exercises/basic-document-structure/task.tex +++ b/exercises/basic-document-structure/task.tex @@ -1,8 +1,9 @@ \section{Structure your document and text} \begin{enumerate} - \item In the directory \file{exercises/basic-document-structure}, you can find a file named \file{document-structure.tex}. Wrap the text of the file in a \code{latex}{document} environment and add the following preamble. Afterwards, compile the document. + \item In the directory \file{exercises/basic-document-structure}, you can find a file named \file{document-structure.tex}. Wrap the text of the file in a \code{latex}{document} environment and add the following preamble. \codeblock{latex}{./exercises/basic-document-structure/preamble.code.tex} + \item In TeXstudio, right click on the file and select \enquote{Set as explicit root document.} Next, compile the file. \item Congratulations! You have created and compiled your first \LaTeX{} document. Maybe you have noticed that paragraphs within the text were created by using \code{latex}{\textbackslash\textbackslash}. Replace the