I've got a \tabularx with two \footnote marks immediately followed by two \footnotetext. I would like them to show up on the same page, but tex is pushing the table to the following page making relating the footnotes to the table difficult. I tried \samepage, but that doesn't seem to keep them together. Thoughts?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
I suggest you try the package tablefootnote. According to its documentation, it solves several problems with tables and footnotes, and integrates table footnotes with the footnotes in the the body text. From the example provided in the documentation, it handles footnotes in floating tables. Important for you: The documentation describes procedures for handling several ‘border cases’. |
||||
|
|
`to mark your inline code as I did in my edit. Also, please, check if this question: Footnotes in tables? helps – henrique Sep 27 '12 at 22:49