Tagged Questions
15
votes
3answers
13k views
How to define a list with custom symbols?
I'd like to define a list like the following:
The nearest I found while googling was this:
\begin{itemize}
\item[-] foo
\item[*] bar
\end{itemize}
But how can I now use a cross or a check ...