Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!brutus.cs.uiuc.edu!flute.cs.uiuc.edu!grunwald From: grunwald@flute.cs.uiuc.edu (Dirk Grunwald) Newsgroups: comp.text Subject: Re: footnote in tabbing environment Message-ID: Date: 1 Aug 89 04:32:41 GMT References: <8983@thorin.cs.unc.edu> <56219@tut.cis.ohio-state.edu> <9044@thorin.cs.unc.edu> Sender: news@brutus.cs.uiuc.edu Reply-To: grunwald@flute.cs.uiuc.edu Organization: University of Illinois, Urbana-Champaign Lines: 24 In-reply-to: chu@shong.cs.unc.edu's message of 31 Jul 89 20:14:05 GMT one solution to using a footnote in a tabbing environment is to explicitly set the footnote flag & then set the footnote outside of the tabbing environment. e.g., \begin{tabbing} .... \global\edef\thatFootNote{\thefootnote} \protect\footnotemark[\thatFootNote] \end{tabbing} .... \footnotetext[\thatFootNote]{ .... } except you need to fiddle with placement to make it land on the same page. certainly not an elegant solution, but if you want to finish your thesis, it works. -- Dirk Grunwald -- Univ. of Illinois (grunwald@flute.cs.uiuc.edu)