10
votes
1answer
162 views

When using longtable, my table counter starts from 2 rather than 1. Why?

When using longtable, my table counter starts from 2 rather than 1. Why? \documentclass[12pt]{article} \usepackage{xcolor} \usepackage{array,booktabs,longtable} %\extrarowheight5pt ...
4
votes
2answers
232 views

How do I number appendix longtables and include them in the *ToC*?

I am writing my PhD dissertation. I have many appendices (like 6?), mostly tables. As it happens automatically for tables and figures, I'd like to get a label plus progressive number before I ...
6
votes
3answers
858 views

Longtable caption numbering

I am trying to prevent a table from showing up in the list of tables. I used long table to create the table. This is the first table in my document. I know \caption*{} command should do the trick but ...
3
votes
2answers
760 views

'longtable' caption without incrementing 'table'?

For reasons both complex and confusing, I would like to caption a longtable without incrementing the table counter in the process. I want to have two consecutive longtable environments to be ...
4
votes
1answer
144 views

Table counter increasing by 2 for every table

I'm having some issues when using tabularx within a table environment. The most annoying of these issues is that the table counter seems to be increasing by 2 for every table. So instead of having ...