Dec 09
Labels must always come after the caption!
Example:
\begin{table}[!h]
\sffamily{
\begin{tabularx}{\textwidth}{|l|X|c|}
text1 & text2 \\
\end{tabularx}
}
\caption{Texts.}
\label{tab:texts}
\end{table}
Labels must always come after the caption!
Example:
\begin{table}[!h]
\sffamily{
\begin{tabularx}{\textwidth}{|l|X|c|}
text1 & text2 \\
\end{tabularx}
}
\caption{Texts.}
\label{tab:texts}
\end{table}
Also. Labels without caption will not work!