11. Lists


\begin{itemize}
  \item One entry in the list
  \item Another entry in the list
\end{itemize}
  • One entry in the list

  • Another entry in the list



\begin{enumerate}
  \item The labels consists of sequential numbers.
  \item The numbers starts at 1 with every call to the enumerate environment.
\end{enumerate}
  1. The labels consists of sequential numbers.

  2. The numbers starts at 1 with every call to the enumerate environment.