Hi,
I have a table which is numbered as table 5, I want to continue the table on the next page but on next page it is called table 6. Is there some way to also call table 6 for table 5? (I will preferably avoid using the longtable function)
Graphics, Figures & Tables ⇒ Removing table numbering
NEW: TikZ book now 40% off at Amazon.com for a short time.

Removing table numbering
If I understood correctly, you have two table environments but you want them to represent only one table. If this is so, you could add
just at the start of the second table environment.
Code: Select all
\addtocounter{table}{-1}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Removing table numbering
Try the \ContinuedFloat command from the caption package for the second table. You can avoid double entry in the LoF by a special setup. The package manual explains everything in detail.fluffy wrote:Hi,
I have a table which is numbered as table 5, I want to continue the table on the next page but on next page it is called table 6. Is there some way to also call table 6 for table 5? (I will preferably avoid using the longtable function)
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