~/Blog

Brandon Rozek

Photo of Brandon Rozek

PhD Student @ RPI, Writer of Tidbits, and Linux Enthusiast

LaTex List Labels

Published on

Updated on

Warning: This post has not been modified for over 2 years. For technical posts, make sure that it is still relevant.

A quick tip that I recently learned is that the symbols in a LaTex list item is changeable. In fact, the following technique works for both the enumerate and itemize environments.

\begin{itemize}
    \item[$\square$]  Item 1
    \item[$\triangle$] Item 2
\end{itemize}

\begin{enumerate}
	\item[$\rho_1$] Property 1
	\item[$\rho_2$] Property 2
	\item[$\rho_3$] Property 3
\end{enumerate}


Have any questions or want to chat: Reply via Email

Enjoyed this post?

Published a response to this? :