Is there a way to use a TikZ image as a label of enumerate?
Can I use something like the snippet below as a "styled enumeration"?
\newcommand\custlabel[1]{
\begin{tikzpicture}
\node[circle, fill=blue] (A) {#1};
\end{tikzpicture}
}
Is there a way to use a TikZ image as a label of enumerate?
Can I use something like the snippet below as a "styled enumeration"?
\newcommand\custlabel[1]{
\begin{tikzpicture}
\node[circle, fill=blue] (A) {#1};
\end{tikzpicture}
}
latex enumerate circled site: tex.stackexchange.comthe link I provided is the first one. I agree that finding these questions is hard, but don't worry, that's one of the reasons our community is so strong :) – cmhughes Oct 26 '13 at 15:21latex enumerate tikz site: tex.stackexchange.com- not as much luck. I was asking because I'm considering to flag this duplicate for moderators as "keep or merge" (or something similar). Without this topic the answer for my question is really hard to find (so thanks again for pointing at the right direction). – masu Oct 26 '13 at 16:50