everybody wants to number figures and tables. Not me. It's easy in the figure environment. Just use an asterisk:
Code: Select all
\caption*{your text}
Code: Select all
\begin{SCfigure}
\includegraphics[height=7cm]{myfigure.jpg}
\caption*{\emph{mycaption.}}
\end{SCfigure}
Thank you!
fcc