diagrams/scripts/strippdf.sh
author kevin@6e1638ff-ae45-0410-89bd-df963105f760
Sun, 26 Oct 2008 03:57:55 +0000
changeset 46 0ffcbbd8019c
parent 8 15e6335ff1d4
permissions -rwxr-xr-x
minor cleanup of the start of the hochschild section

gs -r2400 -dBATCH -dNOPAUSE -dSAFER -q -dNOCACHE -sDEVICE=epswrite -sOutputFile=temp1.eps ../pdf/$1.pdf
sed -e '/CreationDate/d' temp1.eps > temp2.eps
rm temp1.eps
mv temp2.eps ../eps/$1.eps