On Tue, Feb 12, 2002 at 12:55:29PM -0500, Wolfgang Engelmann wrote: > I use in bookstyle twocolumn > > \onecolumn > \landscape %because landscape does not work in twocolumn AFAIK) > \scriptsize %because the table would still be too large if normalsize > > widetable float > with \caption[short legend]{long legend} > > \endlandscape > \normalsize > \twocolumn >
Use \begin{sidewaystable} \caption{...} \end{sidewaystable} and \usepackage{rotating} in the preamble.