15 lines
645 B
TeX
15 lines
645 B
TeX
\section{Adding enumerations}
|
|
|
|
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 an unordered list of ingredients and an ordered list of
|
|
instructions, respectively.
|
|
|
|
\subsection*{Extra tasks: Special enumerations}
|
|
|
|
\begin{itemize}
|
|
\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{itemize} |