From 4aa827cd2059dda551d468a2eeec1f61bc662a3d Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 8 May 2025 22:28:38 +0200 Subject: [PATCH] Add extra list task instructions --- exercises/lists/task.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/exercises/lists/task.tex b/exercises/lists/task.tex index 6712a02..3c8292f 100644 --- a/exercises/lists/task.tex +++ b/exercises/lists/task.tex @@ -5,3 +5,11 @@ unordered list (\code{latex}{itemize}) with sub-lists \emph{Ingredients} and \emph{Instructions}. Within these, there shall be an unordered list of ingredients and an ordered list of instructions, respectively. + +\subsection*{Extra tasks: Special enumerations} + +\begin{compactitem} + \item Try using \textbf{Roman numerals} in the ordered list. + \item Make the ordered list \textbf{start at 7} (keyword: \texttt{\textbackslash setcounter}). + \item Reduce the \textbf{white space} between the items in the unordered list. +\end{compactitem} \ No newline at end of file