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 sequence after the previous footnote and appears as "5" in the table.
To avoid confusion, I need footnotes in the table to appear as "a", "b", "c", etc. Changing the footnote labeling in the document to letters results in the table footnotes appearing as "e", "f", "g", etc.
Using \footnotemark[1]{Footnote text} resulted in a lettered footnote "a" appearing below the table, but there was no corresponding superscript mark next to the appropriate text in the table.
Is it possible to have local, lettered footnotes in a longtable in a document which has other, numbered footnotes?
