diff --git a/exercises/lists/lists.code.done.tex b/exercises/lists/lists.code.done.tex index fe17438..293a39e 100644 --- a/exercises/lists/lists.code.done.tex +++ b/exercises/lists/lists.code.done.tex @@ -21,4 +21,27 @@ Ingredients: \item add the remaining ingredients \item scramble thoroughly \end{enumerate} +\end{itemize} + +% With all extra tasks: + +\begin{itemize} + \item Ingredients: + \begin{compactitem} + \item 400 g berries + \item 50 ml maple syrup + \item 4 lemons + \item 1 l cold water + \item 400 g ice cubes + \end{compactitem} + + \item Instructions: + \begin{enumerate}[label=\roman*] + \setcounter{enumi}{6} + \item boil and shred the berries + \item add maple syrup + \item squeeze the lemons and add their juice + \item add the remaining ingredients + \item scramble thoroughly + \end{enumerate} \end{itemize} \ No newline at end of file diff --git a/exercises/lists/lists.raw.tex b/exercises/lists/lists.raw.tex index 6dbb5ae..3627090 100644 --- a/exercises/lists/lists.raw.tex +++ b/exercises/lists/lists.raw.tex @@ -3,4 +3,4 @@ Ingredients: 400~g berries, 50~ml maple syrup, 4~lemons, 1~l cold water, 400~g ice cubes -\noindent Instructions: Boil and shred the berries, add maple syrup, squeeze the lemons and add their juice, add the remaining ingredients, scramble thoroughly \ No newline at end of file +\noindent Instructions: Boil and shred the berries, add maple syrup, squeeze the lemons and add their juice, add the remaining ingredients, scramble thoroughly diff --git a/praeamble.tex b/praeamble.tex index 2453cf4..55bf402 100644 --- a/praeamble.tex +++ b/praeamble.tex @@ -29,6 +29,9 @@ % Compact lists \usepackage{paralist} +% Lists with different bullet points +\usepackage{enumitem} + % Tables \usepackage{longtable, array, tabularx, booktabs, colortbl}