Hi there,
I'm a new Lyx user and I recognized something weird, when I exported my document to a pdf. The table numbering is different from the one in my document. While Lyx counts correctly (table 1,2,3 and so on) the pdf shows odd numbers (table 1,3,5 and so on)... so table 2 in my document becomes table 3 in the pdf...
how can I fix that?
Thanks a lot for your help!
Amp
LyX ⇒ table numbering wrong in pdf
table numbering wrong in pdf
Last edited by amplifier on Sun Mar 13, 2011 12:07 am, edited 1 time in total.
Re: table numbering wrong in pdf
Are you using longtables without \caption? Please note that these will increase the table counter anyway, so you will get a gap in the numbering.
Re: table numbering wrong in pdf
I switched longtabels off and now it counts correctly 
Thanks a lot!
Amp

Thanks a lot!
Amp
-
- Posts: 1
- Joined: Thu Dec 08, 2011 10:34 pm
Re: table numbering wrong in pdf
add this at the end of longtable
" {\addtocounter{table}{-1}} "
" {\addtocounter{table}{-1}} "
-
- Posts: 1
- Joined: Tue Nov 24, 2015 12:34 pm
Re: table numbering wrong in pdf
{\addtocounter{table}{-1}}
It gives right result when we add after -
\end{longtabu}
It gives right result when we add after -
\end{longtabu}