Admin/psbooklet
changeset 3463 8ea594a5ae53
parent 3462 3472fa00b1d4
child 12721 226fc0e2e7e3
equal deleted inserted replaced
3462:3472fa00b1d4 3463:8ea594a5ae53
     1 #!/bin/bash
     1 #!/bin/bash
       
     2 #
       
     3 # $Id$
       
     4 #
       
     5 # psbooklet - rearrange pages of ps file to be printed as booklet (duplex)
       
     6 #
     2 
     7 
     3 psbook "$@" | \
     8 psbook "$@" | \
     4   pstops '4:0L@.7(21cm,0cm)+1L@.7(21cm,14.85cm),3R@.7(0cm,14.85cm)+2R@.7(0cm,29.7cm)'
     9   pstops '4:0L@.7(21cm,0cm)+1L@.7(21cm,14.85cm),3R@.7(0cm,14.85cm)+2R@.7(0cm,29.7cm)'