I was wondering is there a way to place a table caption on a figure that was included? Such that I would get table indexing, as apposed to figure indexing.
Meaning that the graphic that I placed is itself a table though not generated by LATEX.
Any help would be great.
Graphic input code for the figure:
\begin{figure}[ht]
\begin{center}
\rotatebox{0}{\includegraphics[scale=.6]{figure}}
\end{center}
\end{figure}
General ⇒ table caption for a figure?
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: table caption for a figure?
Simply replace the figure environment by the table environment. That's all.
Re: table caption for a figure?
Thanks alot, that worked.