Code: Select all
\documentclass[a4paper,10pt]{article}
\begin{document}
\begin{itemize}
\item[Vraag 2] Judith gaat haar kerstboom versieren. Ze denkt 30 kerstballen nodig te hebben. In de winkel koopt Judith 4 dozen. In \'e\'en doos zitten 8 kerstballen. Bij de kassa moet ze 64 betalen.
\subitem Bij vraag a hebben we berekend dat een doos kerstballen 16 euro kost. Omdat er 8 kerstballen in een doos gaan berekenen we: $16 : 8 = 2$. Dus de kerstballen kosten per stuk 2 euro.
\end{itemize}
\end{document}
My problem: I would like to have the entire sentence after the subitem to have 1 tab extra (compared to the item sentence, which do gets an extre tab for every line). At this moment, it only gives an extra tab to the first line of the subitem sentence.