I have a table in latex like:
\begin{table}[h]
\centering
\setlength{\tabcolsep}{.5\tabcolsep}%
\begin{tabular}{ l @{\qquad} ccc }
\toprule
& \makecell[b]{\textbf{A}} & \textbf{B}
\\
\midrule
p1 & False & True\\
\bottomrule
\end{tabular}
\caption{test}
\label{table_example}
\end{table}
I want to add a foot note for False. Something like False* and in the footnote of the (bottom of the) page a small description
Thank you
\tnotemacro (short for 'table footnote', I suppose), and the package'stablenotesenvironment. – Mico May 29 '18 at 21:09