latex number bullets code example
Example 1: latex bullet points
\begin{itemize}
\item One entry in the list
\item Another entry in the list
\end{itemize}
Example 2: 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}