0

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

cgnieder
  • 66,645
  • 1
    I suggest you look into the LaTeX package called threeparttable, the package's eponymous LaTeX environment, the package's \tnote macro (short for 'table footnote', I suppose), and the package's tablenotes environment. – Mico May 29 '18 at 21:09
  • See this answer: https://tex.stackexchange.com/a/327385/101651 – CarLaTeX May 31 '18 at 03:49

0 Answers0