Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!gate.ready.com!gate.ready.com!walden From: walden@ready.eng.ready.com (Eugene Walden) Newsgroups: comp.text.tex Subject: Re: Tables in LaTEX? Keywords: LaTEX, table, footnote, caption Message-ID: <1991Apr24.165145.29148@ready.eng.ready.com> Date: 24 Apr 91 16:51:45 GMT References: <1991Apr23.200105.14819@midway.uchicago.edu> Organization: Ready Systems Lines: 26 In article <1991Apr23.200105.14819@midway.uchicago.edu> ppalmer@oskar.uchicago.edu (Patrick Palmer) writes: > >I am trying to make footnotes in a table in LaTEX, and having no luck. >I am using the table environment, and tried to put in footnotes just >as one would in text. The numbers denoting footnotes appear in the >right places, but the footnotes do not appear. (Since I want the table I had a similar problem. Here is what I first tried to do: \begin{tabbing} xxxx\=xxxx\=\kill \>foo \>bar \footnote{blah blah blah} \\ \>bar \>foo \end{tabbing} I fixed it by using: \begin{tabbing} xxxx\=xxxx\=\kill \>foo \>bar \footnotemark\ \\ \>bar \>foo \end{tabbing} \footnotetext{blah blah blah} - Eugene Walden (walden@gate.ready.com)