Remove compact lists from exercise
This commit is contained in:
parent
e9263d7efd
commit
8ff9cd19d2
@ -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}
|
||||
@ -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}
|
||||
Loading…
x
Reference in New Issue
Block a user