diff --git a/exercises/lists/lists.code.done.tex b/exercises/lists/lists.code.done.tex index a0dc11d..3e22a45 100644 --- a/exercises/lists/lists.code.done.tex +++ b/exercises/lists/lists.code.done.tex @@ -5,20 +5,20 @@ Ingredients: \begin{itemize} \item Ingredients: - \begin{compactitem} + \begin{itemize} \item 400 g berries \item 50 ml maple sirup \item 4 lemons \item 1 l cold water \item 400 g ice cubes - \end{compactitem} + \end{itemize} \item Instructions: - \begin{compactenum} + \begin{enumerate} \item boil and shred the berries \item add maple sirup \item squeeze the lemons and add their juice \item add the remaining ingredients \item scramble thoroughly - \end{compactenum} + \end{enumerate} \end{itemize} \ No newline at end of file diff --git a/exercises/lists/task.tex b/exercises/lists/task.tex index 5752697..e3c24dd 100644 --- a/exercises/lists/task.tex +++ b/exercises/lists/task.tex @@ -1,9 +1,7 @@ -% TODO: Format the recipe you can find in \file{exercises/lists/lists.tex} as an unordered list (\code{latex}{itemize}) with sub-lists \emph{Ingredients} and \emph{Instructions}. -Within these, there shall be a compact, unordered list -(\code{latex}{compactitem}) of ingredients and a compact, ordered list of +Within these, there shall be an unordered list of ingredients and an ordered list of instructions, respectively. \exercisematerial{exercises/lists/lists} \ No newline at end of file