Luqman H wrote: > it's really hard for me working with large table in LyX. > when i try to rotate the table, the table's caption dont rotate > so it's weird looking. > is there any simple way to work with large table? > like autoresize, autofit, or some easy way todo?
In preamble
\usepackage{rotating}
and in the document, instead (!) of the floating object, embrace the table and
the caption by
\begin{sidewaystable}
[...]
\end{sidewaystable}
LyX 1.4 will have native support for this.
Jürgen
