I am trying to change the itemize symbols. Using
\begin{itemize}
\renewcommand{\labelitemi}{$\blacksquare$}
\item An extensively analysis
\end{itemize}
the problem is the dimension of the square. it is quite big with respect the bullet one. Any idea about that?
Best Answer
Try this. It changes the font size just before typesetting the
\blacksquare
. Depending on what you need, other sizes, such as\tiny
are also available.