I've set up references to show \section.\table for all figures and tables with:
Code: Select all
\numberwithin{table}{section}%for tables
Then out of the blue one text reference returns the section number (17.4.1) instead of the table number (17.2). The misnumbered hyperlink (17.4.1) goes to the correctly numbered (17.2) table. Why is it returning the section number? \label is correct and matching, hence the working link.
I have no idea how to make this show in a MWE as it is working except for the one table. Bug in Hyperref?