Graphics, Figures & Tables ⇒ Figure in List of Tables
-
- Posts: 2
- Joined: Wed Sep 23, 2015 9:38 am
Figure in List of Tables
I'm new here, so hello I'm Maarten.
I have a question and I don't know if it's asked earlier:
I found a large table on Internet, which I wanted to include in my LateX-file. So I made a picture of the Table, since making the table in LateX will take a lot of time. But now I want to number the figure as a table, so it has in its caption: "Table 2.3: Table" and I can put it in the List of Tables.
Does anyone has a solution for this problem?
Thanks in advance!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Figure in List of Tables
welcome to the forum!
Simply use a
table
environment instead of a figure
environment. It works with an image instead of a tabular code too, and you would get the desired result for the caption and the list entry.Stefan
-
- Posts: 2
- Joined: Wed Sep 23, 2015 9:38 am
Re: Figure in List of Tables
Thanks! It works!
You are awesome!
Maarten