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 bank commission table, where there are many footnotes referenced multiple times, eg. 1) for this thing You need to have a gold credit card, 2) for this thing You need to have $1M in Your account, etc.
The numbering of the definitions is fixed (Say, this is a legal document). The definitions can have arbitrary numbering (like "1", "W" , "III").
What I want to be able to do, is for each of the definitions that are referenced on the page have them appear as footnotes (or something that resembles footnotes visually). Is this doable? Or at least partially doable?


\tabbing? if so, then repeating column heads could probably be handled as part of a running head, and footnotes would work (though you'd have to avoid repeating any). (i've done this sort of thing with plain tex, but never with latex, where you're more constrained.) – barbara beeton Jul 2 '12 at 13:14