Why does this not work? I'm not using LaTeX and TikZ very much; I don't see it.
\begin{tikzpicture}
\coordinate (Zero) at (0,0);
\coordinate[label=below:cell a] (vertexA) at (0, 10);
\coordinate[label={above right:cell b}, label={below right:cell c}]
(vertexB) at (5, 8);
\coordinate(vertexC) at (2.5, 0);
\coordinate(vertexD) at (12, 4);
\coordinate (centroidCellA) at ($ 1/3*((vertexA)+(vertexB)+(vertexC)) $);
\end{tikzpicture}
I get
! Package pgf Error: No shape named (vertexA is known.
\documentclass, relevant packages used, etc.) of the problematic code. – Gonzalo Medina Mar 30 '11 at 15:27