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
/
demo_b6
blob
6c829d3d18f11de4843de6b7f36158740ad9f189
1
#!/bin/sh
2
3
bbox
=
"0 0 596 842"
#A4
4
5
if
[
-z
"
$2
"
];
then
6
output
=
demo_$
(
basename
$1
)
7
else
8
output
=
$2
9
fi
10
11
psselect
-p
2
-,
1
$1
| pstops
-pb5
"2:0L(1w,0)+1L(1w,0.5h)"
| strippagesize
"
$bbox
"
a4
>
$output