I want to use a footnote in a table. The number of the footnote appears in the table but the footnote text doesn't at the end of the page. Do I have to use an other command in tables or what am I doing wrong?
Code: Select all
\begin{table}[htbp]\begin{center}\begin{tabular}{|l|l|l|l|}\hlineMeasurement &Value\footnote{comment}\\\hline\hlineMVL1 & 269\\MVL2 & 568\\MVL3 & 269\\MVL4 & 600\\\hline\end{tabular}\end{center}\caption{Measurement 1}\label{Measurement 1}\end{table}