User Tools

Site Tools


latex:footnoteintable

How to make footnotes in tables

The following works for me:

\begin{table}[htdp]
\begin{center}
\begin{tabular}{|c|c|c|}
\hline
& PatAddTTCoord & AddTTClusterTool\\
\hline
hit-efficiency\footnotemark & 93.2 \% & 90.6 \% \\
\hline
\end{tabular}
\end{center}
\label{tb:comp1}
\end{table}%
 
\footnotetext[\value{footnote}]{Hit-efficiency is defined in section \ref{sec:effdef}} 
latex/footnoteintable.txt · Last modified: 2011/10/04 16:52 by decianm