Generaltable caption for a figure?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
yusuf
Posts: 9
Joined: Tue Apr 08, 2008 11:02 pm

table caption for a figure?

Post by yusuf »

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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Re: table caption for a figure?

Post by Juanjo »

Simply replace the figure environment by the table environment. That's all.
yusuf
Posts: 9
Joined: Tue Apr 08, 2008 11:02 pm

Re: table caption for a figure?

Post by yusuf »

Thanks alot, that worked.
Post Reply