> How do you get the slides properly centered? I found that when I
> used the [landscape, a4paper] options, the text seemed too far to
> the left.

I use this script (xxdvi) on a 1024x768 screen (600pt/in document):

  #!/bin/sh
  xdvi -name XXDVI -expert -p 600 -s 7 -geometry 1024x768+0+0 \
    -paper 30.2x22.64cm -xoffset 2.64cm -yoffset 3.36cm $*

You might have to fine tune it for your environment.  I also have the
following in my .fvwm2rc file to remove the borders:

  Style "XXDVI"   NoTitle, NoHandles, BorderWidth 0

> Mike

Anders,

-- 
Anders Andersen - <mailto:[EMAIL PROTECTED]> - <http://w3.to/andersen/>

Reply via email to