>:|

JUST ONE MORE FINAL!!!

ARRRGGHHHH.

Well, my finals have been so so thus far… most likely B’s =/ oh well. I need to write a paper now, but I don’t want to.

Ugh.

-Oliver

Neat Trick(s)

To combine multiple postscript files into one PDF or PS file:

gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=out.pdf -dBATCH file1.ps file2.ps …

gs -dNOPAUSE -sDEVICE=pswrite -sOUTPUTFILE=out.ps -dBATCH file1.ps file2.ps …

To shrink multiple pages from one postscript file onto one page:
psnup -N file.ps > out.ps

Where N is 2, 4, 6, 8, etc. (not sure how high it can go).

-Oliver