Search found 1 match

by C_Romero
Thu Nov 17, 2011 5:15 am
Forum: Graphics, Figures & Tables
Topic: How not to number figures?
Replies: 10
Views: 101005

Re: How not to number figures?

I am working in the sidecap environment, i.e. I have done:

\usepackage{sidecap}
...
\begin{SCfigure*}[5]
\includegraphics[width=0.15\textwidth]{Figure.eps}
\caption{text}
\end{SCfigure*}

and I want to use \caption*{} to not have the figure numbered, but that just screws up the formatting and I ...