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
Added non-fiction texts of 'With a Little Help'
[ccbib.git]
/
scripts
/
topdf
blob
9543c173c0560d38c0e6d893a73fb5c7b9d5674c
1
#!/bin/sh
2
3
4
bbox
() {
5
x
=
$1
6
y
=
$2
7
w
=
$3
8
h
=
$4
9
}
10
11
while
[
-n
"
$1
"
];
do
12
bbox $
(
sed
-n -e
"s/^%%BoundingBox: //p"
$1
)
13
ps2pdf
-dDEVICEWIDTHPOINTS
=
$w
-dDEVICEHEIGHTPOINTS
=
$h $1
14
shift
15
done