On Thu, Jan 25, 2001 at 03:37:35PM +0000, Adrian Ball wrote:
>
> Dear all,
>
> I have a spreadsheet, created in Gnumeric. I can export as latex2e, reLyX it
> and include it within a table float.
> So far so good, however, the spreadsheet, whilst not enormous, does not fit
> horizontally across the page. What ERT do I need (and wherabouts!) to rotate
> this by 90 degrees within the float?
\rotatebox{90}{<the include inset>} in latex mode.
If your document doesn't have eps figures, you also need to put
\usepackage{graphics} in the preamble.