1

I am attempting to allow footnotes within tabulars and tables
using \makesavenoteenv from the footnote package.

(Method suggested in this post.)

Errors occur when using the [H] option with the table. Is there a way around this?

\documentclass[crop=false,float=true,class=scrartcl]{standalone}

\usepackage{float}         % improves floating objects (graphics/tables).
\usepackage{footnote}      % enables use of footnotes in float/tabular environments

\makesavenoteenv{tabular}
\makesavenoteenv{table}

\begin{document}

\begin{table}[h]
a
\end{table}

\end{document}

Error is similar to this post, but is likely unrelated.

kando
  • 1,338
  • it perhaps works better with \savenotes/\spewnotes (or a savenotes environment). By the way package footnote has some issues (for one: incompatible with color/xcolor), some of which are fixed by footnotehyper. But your problem persists even if footnotehyper. –  Sep 20 '16 at 20:15

0 Answers0