How to change the bullet style of unordered list in LaTeX

You can change the label design of unordered (itemized) list to a symbol like -, @, or $\int$.

\begin{itemize}
    \item[@] Lorem
    \item[-] ipsum
    \item[-] dolor
    \item[$\sum$] sit
    \item[$\int$] amet
\end{itemize}
output

Comments

Powered by Markdown