I learned this after wasting few minutes on why auto-numbering in hyperlinks to figures and tables happened incorrectly. The \label{} MUST always come after \caption{} of a table/figure. The reason is that the \label command points to an entity like \caption or \section or \subsection or something similar preceding it. So if \section{Section A} is [...]
