Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 357 Bytes

lists.md

File metadata and controls

24 lines (18 loc) · 357 Bytes

Lists

No Indent

Use the following command if you do not want any indent in a list environment:

\begin{itemize}[leftmargin=*]
\item A
\item B
\end{itemize}

Vertical Spacing

Use the following command to control the vertical spacing in a list environment:

\begin{itemize}
\setlength\itemsep{0em}
\item A
\item B
\end{itemize}