[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: A4 Printing
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
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user