Possible Duplicate:
Remove colon in the caption of a figure if the caption is empty
I want to add a picture with caption Figure 1, but without any additional text. I want the autonumbering.
If I do this
\begin{figure}[h!]
\caption{}
\includegraphics{graphics}
\end{figure}
I got Figure 1: in the result, which looks ugly.
I want just Figure 1 in the text. I will explain elsewhere what the figure means. Can I do that?
