bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Enscript Rotated Output Clipped.


From: Ralph Corderoy
Subject: Re: GNU Enscript Rotated Output Clipped.
Date: Thu, 27 Jun 2002 11:54:36 GMT

Hi,

> Here's a test case.
> 
>     $ s=1234567890
>     $ s=$s$s$s$s$s$s
>     $ echo "address@hidden" | tr @ \\014 | enscript -2Br -p s.ps
>     [ 1 pages * 1 copy ] left in s.ps

If I add `--ps-level 1' to the enscript invocation the resulting
PostScript views OK in the various viewers.  The difference in output is
essentially

    357,362d356
    < % Pagedevice definitions:
    < gs_languagelevel 1 gt {
    <   <<
    <     /PageSize [595 842] 
    <   >> setpagedevice
    < } if

So it would seem that these *un-rotated* dimensions are having the
clipping effect.  The question is, and I'm not up on anything later than
PostScript 1, who's at fault?  enscript for not rotating these figures,
or the viewers because they should recognise the media is rotated?

Cheers,


Ralph.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]