Due to time constraints I'm considering cheating a little and importing some tables I've created in Excel into my latex document. I realise I can do this quite nicely as a 'figure' using something like the following,
\begin{figure} [t]
\centering
\includegraphics[width=\textwidth,scale=1]{abc}
\caption{Plot of Testing Time Frame vs Gross Profit/.Total Commission.}
\label{fig:abc}
\end{figure}
However, obviously this is now recognised as a figure... and appears in my list of figures rather than my list of tables.
Question, is there a way of doing this but for the PDF image imported to be recognised and labelled as a table?


\begin{table}instead offigureshould do the trick. – guillem Aug 31 '12 at 12:42[width=\textwidth,scale=1]are surely fighting and one of them does not take effect. – tohecz Aug 31 '12 at 12:48