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 captioned with identical table numbers; i.e. one longtable captioned "Table x.y: Data Set (Part A)" and one captioned "Table x.y: Data Set (Part B)", with x.y being identical for both tables.
Apparently however, even \caption*{} command bumps table. I am a bit at a loss here.
Note: I know that the xtab package would enable me to have one long table with switches of headers and captions mid-table. However I got a (different) problem with that package, akin to this question but sadly not solved by egreg's answer there; so this question should be considered longtable-only as xtab, supertabular etc. don't float my boat right now. :-(
\addtocounter{table}{-1}is all that's needed... – DevSolar Oct 24 '11 at 13:35