1. Basic Text Formating
Completion requirements
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}
-
The labels consists of sequential numbers.
-
The numbers starts at 1 with every call to the enumerate environment.