Re[2]: Importing Gnumeric spreadsheet, rotation by 90deg

2001-01-26 Thread Guenter Milde

On Thu, 25 Jan 2001 17:08:32 +0100 (MET) Jean-Pierre.Chretien 
[EMAIL PROTECTED] wrote:

 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?
 
 Any ideas (or any alternative spreadsheet import methods)?
 
 Don't know about Gnumeric, bute here is what I do with Matlab
...  
  - create a table float in LyX file tables.lyx
with the required caption and rotation

How do you get the rotation of the table? Is there (in LyX 1.5) a simple
switch or button I missed? 

  - insert the table with  input  (of file table_xx.tex)

This would save the relyx but has the disadvantage that I cannot see the
numbers in LyX. (I see, this is unimportand if you just batch process.)

 The Matlab script tables.m can be run as batch process, so
 matlab  tables.m; lyx -e ps tables.lyx
 refreshes the data in the document.


Alternatively you could try to export the table as postscript (eps) and
within the table float do 'figure-insert' - the figure-insert popup allows
easy rotating.

Advantage: not only rotating but also scaling of the table is possible.
Disadvantage: may be, it looks not so nice due to different fonts in text and
table (not so important when the table is rotated and in a float).

Guenter


--
[EMAIL PROTECTED]






Re: Importing Gnumeric spreadsheet, rotation by 90deg

2001-01-26 Thread Dekel Tsur

On Thu, Jan 25, 2001 at 03:37:35PM +, 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.





Re[2]: Importing Gnumeric spreadsheet, rotation by 90deg

2001-01-26 Thread Guenter Milde

On Thu, 25 Jan 2001 17:08:32 +0100 (MET) Jean-Pierre.Chretien 
[EMAIL PROTECTED] wrote:

 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?
 
 Any ideas (or any alternative spreadsheet import methods)?
 
 Don't know about Gnumeric, bute here is what I do with Matlab
...  
  - create a table float in LyX file tables.lyx
with the required caption and rotation

How do you get the rotation of the table? Is there (in LyX 1.5) a simple
switch or button I missed? 

  - insert the table with  input  (of file table_xx.tex)

This would save the relyx but has the disadvantage that I cannot see the
numbers in LyX. (I see, this is unimportand if you just batch process.)

 The Matlab script tables.m can be run as batch process, so
 matlab  tables.m; lyx -e ps tables.lyx
 refreshes the data in the document.


Alternatively you could try to export the table as postscript (eps) and
within the table float do 'figure-insert' - the figure-insert popup allows
easy rotating.

Advantage: not only rotating but also scaling of the table is possible.
Disadvantage: may be, it looks not so nice due to different fonts in text and
table (not so important when the table is rotated and in a float).

Guenter


--
[EMAIL PROTECTED]






Re: Importing Gnumeric spreadsheet, rotation by 90deg

2001-01-26 Thread Dekel Tsur

On Thu, Jan 25, 2001 at 03:37:35PM +, 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.





Re[2]: Importing Gnumeric spreadsheet, rotation by 90deg

2001-01-26 Thread Guenter Milde

On Thu, 25 Jan 2001 17:08:32 +0100 (MET) Jean-Pierre.Chretien 
<[EMAIL PROTECTED]> wrote:

> >>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?
> >>
> >>Any ideas (or any alternative spreadsheet import methods)?
> 
> Don't know about Gnumeric, bute here is what I do with Matlab
...  
>  - create a table float in LyX file tables.lyx
>with the required caption and rotation

How do you get the rotation of the table? Is there (in LyX 1.5) a simple
switch or button I missed? 

>  - insert the table with « input » (of file table_xx.tex)

This would save the relyx but has the disadvantage that I cannot see the
numbers in LyX. (I see, this is unimportand if you just batch process.)

> The Matlab script tables.m can be run as batch process, so
> matlab < tables.m; lyx -e ps tables.lyx
> refreshes the data in the document.


Alternatively you could try to export the table as postscript (eps) and
within the table float do 'figure-insert' - the figure-insert popup allows
easy rotating.

Advantage: not only rotating but also scaling of the table is possible.
Disadvantage: may be, it looks not so nice due to different fonts in text and
table (not so important when the table is rotated and in a float).

Guenter


--
[EMAIL PROTECTED]






Re: Importing Gnumeric spreadsheet, rotation by 90deg

2001-01-26 Thread Dekel Tsur

On Thu, Jan 25, 2001 at 03:37:35PM +, 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}{} in latex mode.
If your document doesn't have eps figures, you also need to put
\usepackage{graphics} in the preamble.





Importing Gnumeric spreadsheet, rotation by 90deg

2001-01-25 Thread Adrian Ball


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?

NB:
1) I need this to be within the .lyx file, as I need to semi-automate the
process, since I am playing with the numbers;
2) It needs to be in a table float so it appears in the list of tables.

Any ideas (or any alternative spreadsheet import methods)?

TIA,
-- 
Adrian Ball - Technical Consultant  || Major Data Services Ltd
Sun Professional Services   || tel: 07050 688565
|| fax: 07020 965488
|| mailto:[EMAIL PROTECTED]



Re: Importing Gnumeric spreadsheet, rotation by 90deg

2001-01-25 Thread Jean-Pierre.Chretien


Date: Thu, 25 Jan 2001 15:37:35 +
From: Adrian Ball [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Importing Gnumeric spreadsheet, rotation by 90deg


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?

NB:
1) I need this to be within the .lyx file, as I need to semi-automate the
process, since I am playing with the numbers;
2) It needs to be in a table float so it appears in the list of tables.

Any ideas (or any alternative spreadsheet import methods)?

TIA,

Don't know about Gnumeric, bute here is what I do with Matlab
(would work with any code with output format control in fact)
 - write results in table format using fprintf = file table_xx.tex like
 \begin{tabular}{|c|c|}
 5.35.4\\
 etc.
 \end{tabular}
 
 - create a table float in LyX file tables.lyx
   with the required caption and rotation
 - insert the table with  input  (of file table_xx.tex)
 
The Matlab script tables.m can be run as batch process, so
matlab  tables.m; lyx -e ps tables.lyx
refreshes the data in the document.

-- 
Jean-Pierre

 




Importing Gnumeric spreadsheet, rotation by 90deg

2001-01-25 Thread Adrian Ball


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?

NB:
1) I need this to be within the .lyx file, as I need to semi-automate the
process, since I am playing with the numbers;
2) It needs to be in a table float so it appears in the list of tables.

Any ideas (or any alternative spreadsheet import methods)?

TIA,
-- 
Adrian Ball - Technical Consultant  || Major Data Services Ltd
Sun Professional Services   || tel: 07050 688565
|| fax: 07020 965488
|| mailto:[EMAIL PROTECTED]



Re: Importing Gnumeric spreadsheet, rotation by 90deg

2001-01-25 Thread Jean-Pierre.Chretien


Date: Thu, 25 Jan 2001 15:37:35 +
From: Adrian Ball [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Importing Gnumeric spreadsheet, rotation by 90deg


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?

NB:
1) I need this to be within the .lyx file, as I need to semi-automate the
process, since I am playing with the numbers;
2) It needs to be in a table float so it appears in the list of tables.

Any ideas (or any alternative spreadsheet import methods)?

TIA,

Don't know about Gnumeric, bute here is what I do with Matlab
(would work with any code with output format control in fact)
 - write results in table format using fprintf = file table_xx.tex like
 \begin{tabular}{|c|c|}
 5.35.4\\
 etc.
 \end{tabular}
 
 - create a table float in LyX file tables.lyx
   with the required caption and rotation
 - insert the table with  input  (of file table_xx.tex)
 
The Matlab script tables.m can be run as batch process, so
matlab  tables.m; lyx -e ps tables.lyx
refreshes the data in the document.

-- 
Jean-Pierre

 




Importing Gnumeric spreadsheet, rotation by 90deg

2001-01-25 Thread Adrian Ball


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?

NB:
1) I need this to be within the .lyx file, as I need to semi-automate the
process, since I am playing with the numbers;
2) It needs to be in a table float so it appears in the list of tables.

Any ideas (or any alternative spreadsheet import methods)?

TIA,
-- 
Adrian Ball - Technical Consultant  || Major Data Services Ltd
Sun Professional Services   || tel: 07050 688565
|| fax: 07020 965488
|| mailto:[EMAIL PROTECTED]



Re: Importing Gnumeric spreadsheet, rotation by 90deg

2001-01-25 Thread Jean-Pierre.Chretien


>>Date: Thu, 25 Jan 2001 15:37:35 +
>>From: Adrian Ball <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Importing Gnumeric spreadsheet, rotation by 90deg
>>
>>
>>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?
>>
>>NB:
>>1) I need this to be within the .lyx file, as I need to semi-automate the
>>process, since I am playing with the numbers;
>>2) It needs to be in a table float so it appears in the list of tables.
>>
>>Any ideas (or any alternative spreadsheet import methods)?
>>
>>TIA,

Don't know about Gnumeric, bute here is what I do with Matlab
(would work with any code with output format control in fact)
 - write results in table format using fprintf => file table_xx.tex like
 \begin{tabular}{|c|c|}
 5.3&5.4\\
 etc.
 \end{tabular}
 
 - create a table float in LyX file tables.lyx
   with the required caption and rotation
 - insert the table with « input » (of file table_xx.tex)
 
The Matlab script tables.m can be run as batch process, so
matlab < tables.m; lyx -e ps tables.lyx
refreshes the data in the document.

-- 
Jean-Pierre