itemize
Itemize is a LaTeX environment used to create bulleted lists. It is part of standard LaTeX and is commonly used in articles, reports, and books. To build a list, place items between \begin{itemize} and \end{itemize}, with each item introduced by the \item command.
Nested itemize environments allow sublists. For example, inside an \item you can start another \begin{itemize}...\end{itemize} block
Customization options exist to control the appearance of list labels. By using \item[<label>] within an itemize
Relation to other list types: itemize creates unordered lists, in contrast to the enumerate environment, which
Usage notes: Itemize works with LaTeX2e and later and is widely supported across document classes such as