Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!ut-emx!emx.utexas.edu From: young@emx.utexas.edu (Young U. Ryu) Newsgroups: comp.text.tex Subject: RE: footnote in table and figure, again Keywords: footnoting, table, figure Message-ID: <37203@ut-emx> Date: 14 Sep 90 18:07:02 GMT Sender: young@ut-emx Organization: The University of Texas at Austin; Austin, Texas Lines: 31 In article <37040@ut-emx>, I have posted: | |I would like to place footnotes just below |tables and figures. A good example is the table |in Page 162 of LaTeXbook. | |I have tried "minipage" environment (together with |a re-definition of \footnoterule), but I could not |get footnotes in the table in Page 612 of LaTeX book. | piet@cs.ruu.nl (Piet* van Oostrum) suggested: > \begin{table} > \begin{minipage}{5cm} > \begin{tabular}{ccc} > AAAAA & BBBBB\footnote{this is a footnote} & CCCC \\ > DDDDD & EEEEE & FFFFF > \end{tabular} > \end{minipage} > \end{table} As a matter of fact, that's what I have tried; but the result was not what I want (e.g. the table in Page 612 of LaTeX book). In order to remove the footnote ruke, I redefined \footnoterule. It was OK. But I could not adjust vspace before the footnote and left indent before the footnote mark. Young @ Univ. of Texas at Austin (young@emx.utexas.edu)