General ⇒ List of tables
List of tables
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!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
List of tables
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¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: List of tables
ok it worked for me...sorry for the dumb question!
Cheers