Remove compact lists from exercise

This commit is contained in:
Knoch 2022-10-11 21:06:04 +02:00
parent e9263d7efd
commit 8ff9cd19d2
2 changed files with 5 additions and 7 deletions

View File

@ -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}

View File

@ -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}