Hi all!
I decided to format some tables in excel then import them into latex as png files. Now i'm having this problem that obviously, the imported tables are showing up in the list of figures. The caption also refers to them as figure x.x etc...
Do you know of any way how:
1. I can have the imported tables in the list of tables.
2. Have table captions that refer to the 'figure' as a table.
thanks in advance!
General ⇒ List of tables
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
List of tables
Just use the table environment instead.
The fact that you are using an external graphics file doesn't mean that you can't use the table environment.
Best regards
Thorsten¹
Code: Select all
\begin{table}[!ht]
\centering
\includegraphics[width=0.8\linewidth]{excl-table-1}
\caption{Excel Table 1}\label{tab:excl-table-1}
\end{table}
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: List of tables
ooops!
ok it worked for me...sorry for the dumb question!
Cheers
ok it worked for me...sorry for the dumb question!
Cheers