author | berghofe |
Tue, 25 Mar 2003 09:47:05 +0100 | |
changeset 13876 | 68f4ed8311ac |
parent 12721 | 226fc0e2e7e3 |
child 36859 | 51af1657263b |
permissions | -rwxr-xr-x |
12721 | 1 |
#!/usr/bin/env bash |
3463 | 2 |
# |
3 |
# $Id$ |
|
4 |
# |
|
5 |
# psbooklet - rearrange pages of ps file to be printed as booklet (duplex) |
|
6 |
# |
|
3462
3472fa00b1d4
rearrange pages of ps file to be printed as booklet (duplex);
wenzelm
parents:
diff
changeset
|
7 |
|
3472fa00b1d4
rearrange pages of ps file to be printed as booklet (duplex);
wenzelm
parents:
diff
changeset
|
8 |
psbook "$@" | \ |
3472fa00b1d4
rearrange pages of ps file to be printed as booklet (duplex);
wenzelm
parents:
diff
changeset
|
9 |
pstops '4:0L@.7(21cm,0cm)+1L@.7(21cm,14.85cm),3R@.7(0cm,14.85cm)+2R@.7(0cm,29.7cm)' |