Code: Select all
\begin{tikzpicture}[scale=2]
\tikzstyle{every node}=[draw,shape=circle];
\path (0:0cm) node (v0) {$a$};
\path (0:1cm) node (v1) {$b$};
\path (72:1cm) node (v2) {$c$};
\path (2*72:1cm) node (v3) {$d$};
\path (3*72:1cm) node (v4) {$e$};
\path (4*72:1cm) node (v5) {$f$};
\draw (v0) -- (v1)
(v3) -- (v2)
(v0) -- (v2)
(v0) -- (v3)
(v0) -- (v4)
(v0) -- (v5);
\end{tikzpicture}
How can I add caption for this image to get it in list of images?