Add extra tasks for lists

This commit is contained in:
Florian 2025-05-08 22:08:42 +02:00
parent ce6d806495
commit d1458eca95
3 changed files with 27 additions and 1 deletions

View File

@ -22,3 +22,26 @@ Ingredients:
\item scramble thoroughly \item scramble thoroughly
\end{enumerate} \end{enumerate}
\end{itemize} \end{itemize}
% With all extra tasks:
\begin{itemize}
\item Ingredients:
\begin{compactitem}
\item 400 g berries
\item 50 ml maple syrup
\item 4 lemons
\item 1 l cold water
\item 400 g ice cubes
\end{compactitem}
\item Instructions:
\begin{enumerate}[label=\roman*]
\setcounter{enumi}{6}
\item boil and shred the berries
\item add maple syrup
\item squeeze the lemons and add their juice
\item add the remaining ingredients
\item scramble thoroughly
\end{enumerate}
\end{itemize}

View File

@ -29,6 +29,9 @@
% Compact lists % Compact lists
\usepackage{paralist} \usepackage{paralist}
% Lists with different bullet points
\usepackage{enumitem}
% Tables % Tables
\usepackage{longtable, array, tabularx, booktabs, colortbl} \usepackage{longtable, array, tabularx, booktabs, colortbl}