Oliver Eichler wrote: > It's possible to create a footnote within a table cell, however it does not > show in the final document output. Impossible in Tex or a Lyx bug? Any > workaround?
It's sort of a LaTeX restriction, but there is an easy workaround. Insert the
following two lines to the preamble:
\usepackage{footnote}
\makesavenoteenv{tabular}
Regards,
Juergen
