How to print four pages on one A4 page in the format:
13
  
24  | 
Just issue the following commands
make rm-local.sty laptop colored ps
  
Z=0.71;X=1cm;Y=8cm;x=11cm;y=-55mm I=myalps.ps O=myalps4.ps pstops "4:0@$Z($X,$Y)+1@$Z($X,$y)+2@$Z($x,$Y)+3@$Z($x,$y)" $I > $O gv $O  | 
For the format
12
  
34  | 
exchange 1 and 2 above and use
pstops "4:0@$Z($X,$Y)+1@$Z($X,$y)+2@$Z($x,$Y)+3@$Z($x,$y)" $I > $O
 
 | 
instead.