enumerated list latex code example
Example 1: itemize latex
\begin{enumerate}
\item The labels consists of sequential numbers.
\item The numbers starts at 1 with every call to the enumerate environment.
\end{enumerate}
Example 2: latex unordered list
\begin{itemize}
\item One
\item Two
\item Three
\end{itemize}