2
votes
1answer
82 views

Placement of tablenotes in longtable with threeparttablex

How can I prevent a pagebreak of the tablenotes within ThreePartTable (threeparttablex) in the following MWE (btw it's a landscape table)? \enlargethispage seems to have no effect. ...
2
votes
1answer
68 views

Local footnotes with letters in longtable

I have a document which has four numbered footnotes ("1" to "4") in the pages preceding a longtable. The table is split over two pages. A footnote inserted in the table with \footnote{} is numbered in ...
0
votes
1answer
443 views

Threeparttable and longtabu with consistent topskip

I am trying to have a big table (break across pages) with footnotes and a column with adjustable width. The MWE is the following. \documentclass{scrartcl} \usepackage{blindtext} ...
6
votes
1answer
152 views

huge table + footnote-ish thing

I have a book, which is basically a 100-page table. I use xtab package to layout this book. The book has a list of 100-ish definitions, which are referenced multiple times in the table. Think of a ...
3
votes
1answer
1k views

Footnotes in longtable captions

Is there a way to put a footnote in longtable caption? \documentclass{book} \usepackage{longtable} \begin{document} \begin{longtable}{|c|} \caption{Table % \footnote{Footnote} % ...
11
votes
1answer
469 views

Complicated footnote within longtable environment

I have a footnote that explains color coding within a complicated longtable. I would like this footnote to appear on all pages of the longtable. However, the way I have it now, the footnote itself is ...
3
votes
2answers
296 views

longtable in footnote leads to overfull page

While longtable is good at breaking across pages on a row-by-row basis, I'm having a problem with some of them in footnotes. It seems as though not enough space is being "guessed" regarding the size ...
3
votes
2answers
629 views

Longtable and modified \footnoterule [duplicate]

Possible Duplicate: How can I change the footnote line (thickness, length) I want to modify the \footnoterule and still be able to use longtable but the following code doesn't compile: ...
3
votes
1answer
418 views

Margin notes *and* footnotes in a table environment

I am working on a translation. The original text has marginal notes, and I also need footnotes for commentary. Some of it needs to be tabulated in big two-column tables. So I use \longtable because ...