Re: fullscreen landscape foils

2000-02-17 Thread Jean-Pierre.Chretien

Olav wrote:
[snip]

Yes, search no more ! - all your hints made me find a solution :

in Lyx : 
- Layout-Paper -Orientation = Portrait
  Papersize = "own"
  Width = 29.6* used  with/height = 1.33 =  screen 
proportions
  Height= 22.25
- Layout-Document -Extra Options = dvips

- Print as file.ps

In shell
- ps2pdf file.ps file.pdf

-  acroread file.pdf

- set "full screen mode (shift ctrl-L)" and take on a confident smile ;-)


Thanks !-)
  Olav 



Great! your made me understand that you must forget a4paper/landscape
to view with acrobat when using ps2pdf.

a4+landscape provides a4paper with the viewgraph in landcape:
this OK for printing and ghostviewing, but fails with Acrobat reader.
 
To get a good result you need to write in a 297x210mm portrait...

So I wrote a script to plug a set of xfig viewgraphs in pdf.

Still looking for a solution with seminar (the example works with slides).

Thanks a lot for the hint.

-- 
Jean-Pierre




Re: fullscreen landscape foils

2000-02-17 Thread Jean-Pierre.Chretien

Olav wrote:
[snip]

Yes, search no more ! - all your hints made me find a solution :

in Lyx : 
- Layout-Paper -Orientation = Portrait
  Papersize = "own"
  Width = 29.6* used  with/height = 1.33 =  screen 
proportions
  Height= 22.25
- Layout-Document -Extra Options = dvips

- Print as file.ps

In shell
- ps2pdf file.ps file.pdf

-  acroread file.pdf

- set "full screen mode (shift ctrl-L)" and take on a confident smile ;-)


Thanks !-)
  Olav 



Great! your made me understand that you must forget a4paper/landscape
to view with acrobat when using ps2pdf.

a4+landscape provides a4paper with the viewgraph in landcape:
this OK for printing and ghostviewing, but fails with Acrobat reader.
 
To get a good result you need to write in a 297x210mm portrait...

So I wrote a script to plug a set of xfig viewgraphs in pdf.

Still looking for a solution with seminar (the example works with slides).

Thanks a lot for the hint.

-- 
Jean-Pierre




Re: fullscreen landscape foils

2000-02-17 Thread Jean-Pierre.Chretien

Olav wrote:
[snip]
>>
>>Yes, search no more ! - all your hints made me find a solution :
>>
>>in Lyx : 
>>- Layout->Paper ->Orientation = Portrait
>>  Papersize = "own"
>>  Width = 29.6* used  with/height = 1.33 =  screen 
proportions
>>  Height= 22.25
>>- Layout->Document ->Extra Options = dvips
>>
>>- Print as file.ps
>>
>>In shell
>>- ps2pdf file.ps file.pdf
>>
>>-  acroread file.pdf
>>
>>- set "full screen mode (shift ctrl-L)" and take on a confident smile ;-)
>>
>>
>>Thanks !-)
>>  Olav 
>>
>>

Great! your made me understand that you must forget a4paper/landscape
to view with acrobat when using ps2pdf.

a4+landscape provides a4paper with the viewgraph in landcape:
this OK for printing and ghostviewing, but fails with Acrobat reader.
 
To get a good result you need to write in a 297x210mm portrait...

So I wrote a script to plug a set of xfig viewgraphs in pdf.

Still looking for a solution with seminar (the example works with slides).

Thanks a lot for the hint.

-- 
Jean-Pierre




Re: fullscreen landscape foils

2000-02-11 Thread Jean-Pierre.Chretien


To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: fullscreen landscape foils 
Date: Fri, 11 Feb 2000 00:17:58 +0100

Hi,

How do I get to show foiltex foils full screen in landscape mode on Linux/unix 
?
(like the PPT'eers do ;-)

I use Lyx 1.3 to produce foils that uses latex to make ps which
i use ghost-script-6.0 (ps2pdf) to make pdf and the acroread 4.0 to show
the pdf full screen.That's great for portrait mode, but does not work with 
landscape.

Acroread and gs show landscape on the screen rotated 90+ degrees clockwise
like it would print it on the printer.
Gv though shows the document in landscape with horisontal text as it should
be - but it does not have the nice fullscreen-mode of acroread.

Any suggestions ?

Here is the ps2pdf command :

gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$outfile 
   -c save pop -f $infile


Olav


I've spent a lot of time fiddling with this problem to be able to
use a video projector. I'm also keen on a solution...
The Acroread doc mentions a menu popup  which does not
semm to be present on Unix versions. I didn't check, but
it might be Windows or such specific. Any clue ?

-- 
Jean-Pierre




Re: fullscreen landscape foils

2000-02-11 Thread Olav


[EMAIL PROTECTED] said:
 I'm sure I've tried this before.  You have to rotate the page before
 the ps2pdf stage which tricks acroread-3.x.  

I found "pstops U file.ps file-l.ps" but the resulting document had blank 
pages.

Actually  "gv -geometry 1100x800 files.ps" was not that bad
because my screen is 1024x768 and most of the borders get outside the screen.

This may not work for
 4.0. Doesn't acroread also have a "rotate" option in the viewer? 

None neither 3 nor 4 as far can rotate as I could find.

[EMAIL PROTECTED] said:
 You should make the document "Landscape" from within LyX.
 Layout-PaperOrientation ( Box ) Landscape ( Radio Button ) 

I allready did that - but that lead to vertical text.
This is however a nice way to print the thing.

[EMAIL PROTECTED] said:
 The Acroread doc mentions a menu popup  which does not semm to be
 present on Unix versions. I didn't check, but it might be Windows or
 such specific. 

No -see above.

 Any clue ? 

Yes, search no more ! - all your hints made me find a solution :

in Lyx : 
- Layout-Paper -Orientation = Portrait
Papersize = "own"
Width = 29.6* used  with/height = 1.33 =  screen proportions
Height= 22.25
- Layout-Document -Extra Options = dvips

- Print as file.ps

In shell
- ps2pdf file.ps file.pdf

-  acroread file.pdf

- set "full screen mode (shift ctrl-L)" and take on a confident smile ;-)


Thanks !-)
  Olav 




Re: fullscreen landscape foils

2000-02-11 Thread Jean-Pierre.Chretien


To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: fullscreen landscape foils 
Date: Fri, 11 Feb 2000 00:17:58 +0100

Hi,

How do I get to show foiltex foils full screen in landscape mode on Linux/unix 
?
(like the PPT'eers do ;-)

I use Lyx 1.3 to produce foils that uses latex to make ps which
i use ghost-script-6.0 (ps2pdf) to make pdf and the acroread 4.0 to show
the pdf full screen.That's great for portrait mode, but does not work with 
landscape.

Acroread and gs show landscape on the screen rotated 90+ degrees clockwise
like it would print it on the printer.
Gv though shows the document in landscape with horisontal text as it should
be - but it does not have the nice fullscreen-mode of acroread.

Any suggestions ?

Here is the ps2pdf command :

gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$outfile 
   -c save pop -f $infile


Olav


I've spent a lot of time fiddling with this problem to be able to
use a video projector. I'm also keen on a solution...
The Acroread doc mentions a menu popup  which does not
semm to be present on Unix versions. I didn't check, but
it might be Windows or such specific. Any clue ?

-- 
Jean-Pierre




Re: fullscreen landscape foils

2000-02-11 Thread Olav


[EMAIL PROTECTED] said:
 I'm sure I've tried this before.  You have to rotate the page before
 the ps2pdf stage which tricks acroread-3.x.  

I found "pstops U file.ps file-l.ps" but the resulting document had blank 
pages.

Actually  "gv -geometry 1100x800 files.ps" was not that bad
because my screen is 1024x768 and most of the borders get outside the screen.

This may not work for
 4.0. Doesn't acroread also have a "rotate" option in the viewer? 

None neither 3 nor 4 as far can rotate as I could find.

[EMAIL PROTECTED] said:
 You should make the document "Landscape" from within LyX.
 Layout-PaperOrientation ( Box ) Landscape ( Radio Button ) 

I allready did that - but that lead to vertical text.
This is however a nice way to print the thing.

[EMAIL PROTECTED] said:
 The Acroread doc mentions a menu popup  which does not semm to be
 present on Unix versions. I didn't check, but it might be Windows or
 such specific. 

No -see above.

 Any clue ? 

Yes, search no more ! - all your hints made me find a solution :

in Lyx : 
- Layout-Paper -Orientation = Portrait
Papersize = "own"
Width = 29.6* used  with/height = 1.33 =  screen proportions
Height= 22.25
- Layout-Document -Extra Options = dvips

- Print as file.ps

In shell
- ps2pdf file.ps file.pdf

-  acroread file.pdf

- set "full screen mode (shift ctrl-L)" and take on a confident smile ;-)


Thanks !-)
  Olav 




Re: fullscreen landscape foils

2000-02-11 Thread Jean-Pierre.Chretien


>>To: [EMAIL PROTECTED]
>>From: [EMAIL PROTECTED]
>>Subject: fullscreen landscape foils 
>>Date: Fri, 11 Feb 2000 00:17:58 +0100
>>
>>Hi,
>>
>>How do I get to show foiltex foils full screen in landscape mode on Linux/unix 
?
>>(like the PPT'eers do ;-)
>>
>>I use Lyx 1.3 to produce foils that uses latex to make ps which
>>i use ghost-script-6.0 (ps2pdf) to make pdf and the acroread 4.0 to show
>>the pdf full screen.That's great for portrait mode, but does not work with 
landscape.
>>
>>Acroread and gs show landscape on the screen rotated 90+ degrees clockwise
>>like it would print it on the printer.
>>Gv though shows the document in landscape with horisontal text as it should
>>be - but it does not have the nice fullscreen-mode of acroread.
>>
>>Any suggestions ?
>>
>>Here is the ps2pdf command :
>>
>>gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$outfile 
>>   -c save pop -f $infile
>>
>>
>>Olav
>>
>>
I've spent a lot of time fiddling with this problem to be able to
use a video projector. I'm also keen on a solution...
The Acroread doc mentions a menu popup  which does not
semm to be present on Unix versions. I didn't check, but
it might be Windows or such specific. Any clue ?

-- 
Jean-Pierre




Re: fullscreen landscape foils

2000-02-11 Thread Olav


[EMAIL PROTECTED] said:
> I'm sure I've tried this before.  You have to rotate the page before
> the ps2pdf stage which tricks acroread-3.x.  

I found "pstops U file.ps file-l.ps" but the resulting document had blank 
pages.

Actually  "gv -geometry 1100x800 files.ps" was not that bad
because my screen is 1024x768 and most of the borders get outside the screen.

>This may not work for
> 4.0. Doesn't acroread also have a "rotate" option in the viewer? 

None neither 3 nor 4 as far can rotate as I could find.

[EMAIL PROTECTED] said:
> You should make the document "Landscape" from within LyX.
> Layout->Paper>Orientation ( Box ) >Landscape ( Radio Button ) 

I allready did that - but that lead to vertical text.
This is however a nice way to print the thing.

[EMAIL PROTECTED] said:
> The Acroread doc mentions a menu popup  which does not semm to be
> present on Unix versions. I didn't check, but it might be Windows or
> such specific. 

No -see above.

> Any clue ? 

Yes, search no more ! - all your hints made me find a solution :

in Lyx : 
- Layout->Paper ->Orientation = Portrait
Papersize = "own"
Width = 29.6* used  with/height = 1.33 =  screen proportions
Height= 22.25
- Layout->Document ->Extra Options = dvips

- Print as file.ps

In shell
- ps2pdf file.ps file.pdf

-  acroread file.pdf

- set "full screen mode (shift ctrl-L)" and take on a confident smile ;-)


Thanks !-)
  Olav 




Re: fullscreen landscape foils

2000-02-10 Thread Allan Rae

On Fri, 11 Feb 2000 [EMAIL PROTECTED] wrote:
 i use ghost-script-6.0 (ps2pdf) to make pdf and the acroread 4.0 to
 show the pdf full screen.That's great for portrait mode, but does not
 work with landscape.
 
 Acroread and gs show landscape on the screen rotated 90+ degrees clockwise
 like it would print it on the printer.

I'm sure I've tried this before.  You have to rotate the page before the
ps2pdf stage which tricks acroread-3.x.  This may not work for 4.0.
Doesn't acroread also have a "rotate" option in the viewer?

Allan. (ARRae)



Re: fullscreen landscape foils

2000-02-10 Thread Christopher Sawtell

On Fri, 11 Feb 2000, Allan Rae wrote:
 On Fri, 11 Feb 2000 [EMAIL PROTECTED] wrote:
  i use ghost-script-6.0 (ps2pdf) to make pdf and the acroread 4.0 to
  show the pdf full screen.That's great for portrait mode, but does not
  work with landscape.
  
  Acroread and gs show landscape on the screen rotated 90+ degrees clockwise
  like it would print it on the printer.
 
 I'm sure I've tried this before.  You have to rotate the page before the
 ps2pdf stage which tricks acroread-3.x.  This may not work for 4.0.
 Doesn't acroread also have a "rotate" option in the viewer?

You should make the document "Landscape" from within LyX.

Layout-PaperOrientation ( Box ) Landscape ( Radio Button )

You might also need to set Geometry for custom margins.

Have Fun!

--
Sincerely etc.,

 NAME   Christopher Sawtell - Support Engineer - iOpen Technologies Ltd.
 CELL PHONE 021 257 4451
 ICQ UIN45863470
 EMAIL  chris @ iopen . co . nz,  csawtell @ xtra . co . nz
 CNOTES ftp://ftp.funet.fi/pub/languages/C/tutorials/sawtell_C.tar.gz

  Please refrain from using HTML attachments in e-mails to me. 



Re: fullscreen landscape foils

2000-02-10 Thread Allan Rae

On Fri, 11 Feb 2000 [EMAIL PROTECTED] wrote:
 i use ghost-script-6.0 (ps2pdf) to make pdf and the acroread 4.0 to
 show the pdf full screen.That's great for portrait mode, but does not
 work with landscape.
 
 Acroread and gs show landscape on the screen rotated 90+ degrees clockwise
 like it would print it on the printer.

I'm sure I've tried this before.  You have to rotate the page before the
ps2pdf stage which tricks acroread-3.x.  This may not work for 4.0.
Doesn't acroread also have a "rotate" option in the viewer?

Allan. (ARRae)



Re: fullscreen landscape foils

2000-02-10 Thread Christopher Sawtell

On Fri, 11 Feb 2000, Allan Rae wrote:
 On Fri, 11 Feb 2000 [EMAIL PROTECTED] wrote:
  i use ghost-script-6.0 (ps2pdf) to make pdf and the acroread 4.0 to
  show the pdf full screen.That's great for portrait mode, but does not
  work with landscape.
  
  Acroread and gs show landscape on the screen rotated 90+ degrees clockwise
  like it would print it on the printer.
 
 I'm sure I've tried this before.  You have to rotate the page before the
 ps2pdf stage which tricks acroread-3.x.  This may not work for 4.0.
 Doesn't acroread also have a "rotate" option in the viewer?

You should make the document "Landscape" from within LyX.

Layout-PaperOrientation ( Box ) Landscape ( Radio Button )

You might also need to set Geometry for custom margins.

Have Fun!

--
Sincerely etc.,

 NAME   Christopher Sawtell - Support Engineer - iOpen Technologies Ltd.
 CELL PHONE 021 257 4451
 ICQ UIN45863470
 EMAIL  chris @ iopen . co . nz,  csawtell @ xtra . co . nz
 CNOTES ftp://ftp.funet.fi/pub/languages/C/tutorials/sawtell_C.tar.gz

  Please refrain from using HTML attachments in e-mails to me. 



Re: fullscreen landscape foils

2000-02-10 Thread Allan Rae

On Fri, 11 Feb 2000 [EMAIL PROTECTED] wrote:
> i use ghost-script-6.0 (ps2pdf) to make pdf and the acroread 4.0 to
> show the pdf full screen.That's great for portrait mode, but does not
> work with landscape.
> 
> Acroread and gs show landscape on the screen rotated 90+ degrees clockwise
> like it would print it on the printer.

I'm sure I've tried this before.  You have to rotate the page before the
ps2pdf stage which tricks acroread-3.x.  This may not work for 4.0.
Doesn't acroread also have a "rotate" option in the viewer?

Allan. (ARRae)



Re: fullscreen landscape foils

2000-02-10 Thread Christopher Sawtell

On Fri, 11 Feb 2000, Allan Rae wrote:
> On Fri, 11 Feb 2000 [EMAIL PROTECTED] wrote:
> > i use ghost-script-6.0 (ps2pdf) to make pdf and the acroread 4.0 to
> > show the pdf full screen.That's great for portrait mode, but does not
> > work with landscape.
> > 
> > Acroread and gs show landscape on the screen rotated 90+ degrees clockwise
> > like it would print it on the printer.
> 
> I'm sure I've tried this before.  You have to rotate the page before the
> ps2pdf stage which tricks acroread-3.x.  This may not work for 4.0.
> Doesn't acroread also have a "rotate" option in the viewer?

You should make the document "Landscape" from within LyX.

Layout->Paper>Orientation ( Box ) >Landscape ( Radio Button )

You might also need to set Geometry for custom margins.

Have Fun!

--
Sincerely etc.,

 NAME   Christopher Sawtell - Support Engineer - iOpen Technologies Ltd.
 CELL PHONE 021 257 4451
 ICQ UIN45863470
 EMAIL  chris @ iopen . co . nz,  csawtell @ xtra . co . nz
 CNOTES ftp://ftp.funet.fi/pub/languages/C/tutorials/sawtell_C.tar.gz

 >>> Please refrain from using HTML attachments in e-mails to me. <<<