Graphics, Figures & TablesList of tables - "table table"

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
bear19952000
Posts: 3
Joined: Wed Dec 07, 2022 4:16 pm

List of tables - "table table"

Post by bear19952000 »

Bildschirmfoto 2023-05-31 um 19.25.15.png
Bildschirmfoto 2023-05-31 um 19.25.15.png (11.33 KiB) Viewed 2282 times
Hello! I have this table formatted but somehow in the list of tables it shows up twice with "table table 4.5" instead of "table 4.5". I couldn't find any related posts about this topic anywhere.

\begin{longtable}{|p{2.5cm}|p{13.5cm}|}
\caption{A review of selected intervention tools}
\hline\rowcolor[gray]{0.8}
A & B \
\\hline
A & B \
\\hline
A & B \
\\hline
A & B \
\\hline
\end{longtable}
Attachments
Bildschirmfoto 2023-05-31 um 19.25.15.png
Bildschirmfoto 2023-05-31 um 19.25.15.png (11.33 KiB) Viewed 2282 times

Recommended reading 2024:

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

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

Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

List of tables - "table table"

Post by Bartman »

Please try to offer a Infominimal working example that shows the described output and mark its code. Your code snippet doesn't do that.
bear19952000
Posts: 3
Joined: Wed Dec 07, 2022 4:16 pm

List of tables - "table table"

Post by bear19952000 »

What do you mean by that? Posting the exact content I wrote down instead of A and B?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

List of tables - "table table"

Post by Stefan Kottwitz »

Hi bear,

welcome to the forum!

Please click the link that Bartman already posted: Infominimal working example

Then you will understand what is needed: a small compilable copy of your document that shows the issue. The information in the first post doesn't help in seeing the issue, because the error isn't there. We will definitely know how to fix it when we see how it was done.

Stefan
LaTeX.org admin
Post Reply