On Fri, Dec 07, 2001 at 06:53:57AM +0100, Herbert Voss wrote:
> Rodney K wrote:
>
> > I have a document that is double spaced with about 6 tables. One of the
> > tables is a longtable which spans about 3 pages. This table has 4
> > columns and 13 rows, each cells has multiple lines. How can I cange the
> > line spacing in the cells to single spacing and only for that one table?
>
> choose a minipage for this cell (right mouse click
Don't do that
> opens tab-menu) and try with
>
> \setstretch{1}
> [...]
> \setstretch{old value}
Or more simply, put {\setstretch{1} before the table, and } after it (in
latex mode).
Another solution is to put the cursor to the left of the table, and press
M-x paragraph-spacing single.