blob: c589de496420036315fb7ed9273f7bc00df798c0 [file] [log] [blame]
#!/bin/sh
awk ' {
if ($0 == "%%BoundingBox: 50 50 402 553") {
/* print "%%BoundingBox: 50 50 302 300" */
print "%%BoundingBox: 50 105 402 498"
} else if ($1 == "%%Title:") {
print "%%Title: Is Parallel Programming Hard, And, If So, What Can You Do About It?"
} else if ($1 == "/Title") {
print " /Title (Is Parallel Programming Hard, And, If So, What Can You Do About It?)"
} else {
print $0
}
}'