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!
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- 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