>>If you generate a landscape page, it must appear landscape in gv, even without 
>>-swap option. However you can see well, but rotated, or cutted in landscape 
>>mode. 

The � cutted � comes from a supplementary a4 instruction
in the PS file, which in turn seems to come from a bad config
of the TeX installation (I found out with teTeX, but I could not
reproduce the solution with TeXLive, someting in the .pro files AFAIR).

Here I filter the ps file to wipe out the line with a4 alone,
someting like
perl -p -i -e 's/^a4$//;' foo.ps
No cutting lndscape to A4 anymore with gv or ghostview.

Moreover, to avoid the swap problem when going to pdf, the filter
perl -p -i -e 's/Landscape/Seascape/;' foo.ps
before ps2pdf does it.

Any clue to solve these problems at source level, 
i.e. in the TeX install parameters ?

TexLive 7 on Solaris 8
AFPL Ghostscript 7.04 (2002-01-31)

-- 
Jean-Pierre


Reply via email to