Scroogled: Fix formatting error
[ccbib.git] / scripts / b6_on_a4_sameside
blobc8340e58d71e46ae506dc45c597da5496462b421
1 #!/bin/sh
3 offset=485 #a4hoehe-b6breite
4 offset2=130 #a4hoehe-2xb6breite
5 b6w=355
7 bbox="0 0 596 842" #A4
9 if [ -z "$2" ]; then
10 output=$(basename $1)
11 else
12 output=$2
15 pstops 2:0 $1 | mypsbook -g2 | pstops -pb5 "2:0L(1w,0)+1L(1w,$b6w)" | strippagesize "$bbox" a4 >v_$output
16 pstops 2:1 $1 | mypsbook -g2 | pstops -pb5 "2:0L(1w,$offset)+1L(1w,$offset2)" | strippagesize "$bbox" a4 >h_$output