repo.or.cz
/
ccbib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
War of the Worlds: Fix lots of conversion problems
[ccbib.git]
/
scripts
/
a5_on_a4_duplex
blob
4e19dc3cec6833bfcb0862535af09e7cd4d1b6df
1
#!/bin/sh
2
3
bbox
=
"0 0 596 842"
#A4
4
5
if
[
-z
"
$2
"
];
then
6
output
=
$
(
basename
$1
)
7
else
8
output
=
$2
9
fi
10
11
mypsbook
-g2
$1
| pstops
-pa4
"4:0L(1w,0)+1L(1w,0.5h),2L(1w,0)+3L(1w,0.5h)"
| strippagesize
"
$bbox
"
a4
>
d_
$output
12