Quoth Stefan Seefeld:
> "Douglas E. Sprague" wrote:
> > I was wondering what others may be using for scaling down the output
> > EPS files for printing. I have diagrams which could scale down to fit
> > on a single page and have tried to do this with ghostview but have not
> > been very successful. Any help appreciated.
> First, you should be able to embed eps files into latex. in latex there exist
> different packages allowing you to scale and rotate your picture as much as
> you want.
> An alternative is to use ipe, a postscript editor, which can import postscript
> files. He supports direct manipulation of postscript objects.
Another alternative, if all you want to do is print your diagram, is to
edit the postscript -- you only need add two or three lines to it. To
scale to diagram, add a line of the form '0.5 0.5 scale' following the
'%%EndComments' line near the beginning -- that'll make your diagram
half the size. You may also want to add '72 72 translate' or similar
to move the diagram up and left across the page (depending on your
printer). Then just add the line 'showpage' to the end of the file,
and send the result to your printer.
If all that gets too tedious, I could send you the script I wrote to
automate the process :)
Laurie