2 # fixscribeps: get conforming PostScript out of Scribe
4 # Copyright (C) Angus J. C. Duggan 1991-1995
5 # See file LICENSE for details.
10 if (/^([0-9]+ [0-9]+ [0-9]+ PB) (%!.*)/) {
11 print "$1\n%%BeginDocument: Scribe-EPSF $epsfn 0\n$2\n";
13 } elsif (/^ PE/ && $inepsf) {
14 print "%%EndDocument\n", $_;