Path: utzoo!attcan!uunet!mcsun!hp4nl!ruuinf!piet From: piet@cs.ruu.nl (Piet van Oostrum) Newsgroups: comp.text.tex Subject: Re: Footnotes in Tables and Figures Message-ID: <3790@ruuinf.cs.ruu.nl> Date: 14 Sep 90 08:42:11 GMT References: <37040@ut-emx> Sender: news@ruuinf.cs.ruu.nl Reply-To: piet@cs.ruu.nl (Piet van Oostrum) Organization: Dept of Computer Science, Utrecht University, The Netherlands Lines: 30 In-reply-to: young@emx.utexas.edu (Young U. Ryu) In article <37040@ut-emx>, young@emx (Young U. Ryu) writes: | |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. | This works without problems: \documentstyle{article} \begin{document} \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} \end{document} Either with or without the {table}. -- Piet* van Oostrum, Dept of Computer Science, Utrecht University, Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands. Telephone: +31 30 531806 Uucp: uunet!mcsun!ruuinf!piet Telefax: +31 30 513791 Internet: piet@cs.ruu.nl (*`Pete')