Lists
This page provides a basic introduction to typesetting and customizing various types of list in LaTeX.
Itemize
Lists are easy to create:
\begin{itemize}
\item List entries start with the \verb|\item| command.
\item 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}
Enumerate

Description

Changing the label of individual entries

Nested Lists

itemize list
enumerate listCustomizing Lists


Last updated