gEDA-user: A4 Printing

Larry Doolittle ldoolitt at recycle.lbl.gov
Mon Sep 10 21:42:36 EDT 2007


DJ -

On Mon, Sep 10, 2007 at 08:33:12PM -0400, DJ Delorie wrote:
> %.pdf : %.ps Makefile
> 	ps2pdf $< > $@

Right.  Very powerful especially when you start putting
source and object files in different directories with VPATH.
I _always_ use makefiles to manage project files.

Except ps2pdf stopped being useful to me, somebody changed
it to not copy the page boundary from eps files.  I switched to

	gs -dEPSCrop -sDEVICE=pdfwrite -sOutputFile=$@ -dNOPAUSE -dBATCH -dAutoRotatePages=/None -c .setpdfwrite -f $<

Harder to write, but much better results.

    - Larry


More information about the geda-user mailing list