list things in latex code example
Example 1: list latex
\begin{itemize}
\item The individual entries are indicated with a black dot, a so-called bullet.
\item The text in the entries may be of any length.
\end{itemize}
Example 2: list latex
\begin{itemize}
\item One entry in the list
\item Another entry in the list
\end{itemize}