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.
\savenotes/\spewnotes(or asavenotesenvironment). By the way packagefootnotehas some issues (for one: incompatible withcolor/xcolor), some of which are fixed byfootnotehyper. But your problem persists even iffootnotehyper. – Sep 20 '16 at 20:15