# This converts a normal A5 document into one with two A5 pages per A4 sheet.
# It rearranges the pages so that the new document can be photocopied 
# and stapled automatically
#
# Put the final document in the photocopier UPSIDE DOWN
# Final copied document can the be turned over page by page, staple at
# the top left corner, in landscape mode, turning the pages from right
# to left like a normal book
#
# See also psnup and psselect
#
#
# dvips -t a5 handout -o
#
# This one works nicely
#pstops "4:0R@1(-8.8cm,29.7cm)+1R@1(-8.8cm,14.85cm),2L@1(29.7cm,0)+3L@1(29.7cm,14.85cm)" handout.ps handout_2up.ps
#
# This one does the same, but leaves a little more room for the binding
pstops "4:0R@1(-8.8cm,28.2cm)+1R@1(-8.8cm,14.85cm),2L@1(29.7cm,0)+3L@1(29.7cm,13.35cm)" handout.ps handout_2up.ps
echo handout_2up.ps created
