Remove compact lists from exercise
This commit is contained in:
parent
e9263d7efd
commit
8ff9cd19d2
@ -5,20 +5,20 @@ Ingredients:
|
|||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Ingredients:
|
\item Ingredients:
|
||||||
\begin{compactitem}
|
\begin{itemize}
|
||||||
\item 400 g berries
|
\item 400 g berries
|
||||||
\item 50 ml maple sirup
|
\item 50 ml maple sirup
|
||||||
\item 4 lemons
|
\item 4 lemons
|
||||||
\item 1 l cold water
|
\item 1 l cold water
|
||||||
\item 400 g ice cubes
|
\item 400 g ice cubes
|
||||||
\end{compactitem}
|
\end{itemize}
|
||||||
|
|
||||||
\item Instructions:
|
\item Instructions:
|
||||||
\begin{compactenum}
|
\begin{enumerate}
|
||||||
\item boil and shred the berries
|
\item boil and shred the berries
|
||||||
\item add maple sirup
|
\item add maple sirup
|
||||||
\item squeeze the lemons and add their juice
|
\item squeeze the lemons and add their juice
|
||||||
\item add the remaining ingredients
|
\item add the remaining ingredients
|
||||||
\item scramble thoroughly
|
\item scramble thoroughly
|
||||||
\end{compactenum}
|
\end{enumerate}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
@ -1,9 +1,7 @@
|
|||||||
% TODO:
|
|
||||||
Format the recipe you can find in \file{exercises/lists/lists.tex} as an
|
Format the recipe you can find in \file{exercises/lists/lists.tex} as an
|
||||||
unordered list (\code{latex}{itemize}) with sub-lists \emph{Ingredients}
|
unordered list (\code{latex}{itemize}) with sub-lists \emph{Ingredients}
|
||||||
and \emph{Instructions}.
|
and \emph{Instructions}.
|
||||||
Within these, there shall be a compact, unordered list
|
Within these, there shall be an unordered list of ingredients and an ordered list of
|
||||||
(\code{latex}{compactitem}) of ingredients and a compact, ordered list of
|
|
||||||
instructions, respectively.
|
instructions, respectively.
|
||||||
|
|
||||||
\exercisematerial{exercises/lists/lists}
|
\exercisematerial{exercises/lists/lists}
|
||||||
Loading…
x
Reference in New Issue
Block a user