groff
[Top][All Lists]
Advanced

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

Re: [Groff] pic resize problem


From: Ralph Corderoy
Subject: Re: [Groff] pic resize problem
Date: Thu, 28 Apr 2005 10:37:08 +0100

Hi James,

> When i process a pic file into a postscript file, for some reason it
> gets shrunk automatically, how do i stop this? i type this in the
> command line:
> 
> pic floorB.pic | psroff -ms -t > floorB.ps
> 
> and get this output:
> 
> pic: 60 X 42 picture shrunk to 7 X 4.9
> 
> Wasn't sure if i could attach the pic file so i have attached it and
> included the could in this email below:
> 
> .PS

See if the paper on pic, it should be linked to from troff.org,
describes the possible arguments to .PS -- you aren't giving any.
Examine the output of pic with no arguments, and once you've added some,
i.e. pic passes the .PS line through for the macro package to see so
`pic floorB.pic | grep '^\.PS'' would be interesting.  Then, see what
definition for PS your -ms macro package has, i.e. find tmac.s.  It
probably ensures there's enough space on the page for it and centres it
across the page.

With an understanding of that, you can probably work out what's
necessary to get the result you want, although you may have to do more
work to tell psroff that you've a larger than normal sheet of paper.

This may all be easier with a simpler pic file that still shows the
problem, e.g. line to (60, 42).

Cheers,


Ralph.





reply via email to

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