Re: OT: psbooklet

2002-12-03 Thread Robin Turner
Thanks to all who contributed to this thread. Today my colleagues were oohing and aahing over our pretty little exam booklet! Robin -- "Do unto others what you would like others to do unto you. And have fun doing it." - Linus Torvalds Robin Turner IDMYO, Bilkent University Ankara 06533 Turkey

Re: OT: psbooklet

2002-12-01 Thread Andre Poenitz
On Sat, Nov 30, 2002 at 05:42:20PM +0200, robin wrote: > Many system upgrades ago, I had a neat little script called psbooklet > which would take a PostScript file and turn it into an A4 booklet (sort > of a combination of pstops and psbook). Now I can't find it anywhere on > the net. Does any

Re: OT: psbooklet

2002-12-01 Thread Christian Ridderström
On Sun, 1 Dec 2002, Vitaly Lipatov wrote: > Does attached script all you needed? > Yes, thanks. /C -- Christian Ridderström, +46-8-790 91 37 http://www.md.kth.se/~chr Mechatronics lab, Dept. of Machine Designhttp://www.md.kth.se

Re: OT: psbooklet

2002-12-01 Thread Vitaly Lipatov
Does attached script all you needed? -- Lav GNU! ALT Linux Team! LaTeX! LyX! ps2booklet.sh Description: application/shellscript

Re: OT: psbooklet

2002-12-01 Thread Christian Ridderström
On Sat, 30 Nov 2002, Matej Cepl wrote: > Robin Turner wrote: > > >What is wrong with this? > > > > > > #!/bin/sh > > > TMPF1=`mktemp /tmp/psbooklet1XX` > > > TMPF2=`mktemp /tmp/psbooklet2XX` > > > psbook $1 $TMPF1 > > > psnup -2 $TMPF1 $TMPF2 > > > [ $? == 0 ] && { mv $TMPF2 $1

Re: OT: psbooklet

2002-11-30 Thread Matej Cepl
Robin Turner wrote: > >What is wrong with this? > > > > #!/bin/sh > > TMPF1=`mktemp /tmp/psbooklet1XX` > > TMPF2=`mktemp /tmp/psbooklet2XX` > > psbook $1 $TMPF1 > > psnup -2 $TMPF1 $TMPF2 > > [ $? == 0 ] && { mv $TMPF2 $1 ; rm $TMPF1 } > > > >Matej > > > Got this mes

Re: OT: psbooklet

2002-11-30 Thread Robin Turner
Matej Cepl wrote: robin wrote: Many system upgrades ago, I had a neat little script called psbooklet which would take a PostScript file and turn it into an A4 booklet (sort of a combination of pstops and psbook). Now I can't find it anywhere on the net. Does anyone know a download location

Re: OT: psbooklet

2002-11-30 Thread Matej Cepl
robin wrote: > Many system upgrades ago, I had a neat little script called psbooklet > which would take a PostScript file and turn it into an A4 booklet (sort > of a combination of pstops and psbook). Now I can't find it anywhere on > the net. Does anyone know a download location for this scri

OT: psbooklet

2002-11-30 Thread robin
Many system upgrades ago, I had a neat little script called psbooklet which would take a PostScript file and turn it into an A4 booklet (sort of a combination of pstops and psbook). Now I can't find it anywhere on the net. Does anyone know a download location for this script, or any equivalen