mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 18:50:34 -05:00
557 B
557 B
title | date | draft | tags | math | |
---|---|---|---|---|---|
LaTex List Labels | 2022-01-16T23:17:51-05:00 | false |
|
false |
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}