When I refer to a table in text, the \ref{<labeloftable>} statement produces the chapter number in which the table resides, instead of the number of the table.
Any help would be welcomed!
When I refer to a table in text, the \ref{<labeloftable>} statement produces the chapter number in which the table resides, instead of the number of the table.
Any help would be welcomed!
I figured it out. If the label statement of the table is defined before the caption statement, the \ref statement in text produces the chapter in which the table resides.
Switch places and it works a charm!