home *** CD-ROM | disk | FTP | other *** search
- %Postscript Header File (START.PRT) for use with Autoroute Plus
- %by William Bibby, May 1990
- %This file enables Autoroute directions to be printed on a Postscript printer
- %This file must be used with the appropriate FINISH.PRT
-
- /courier findfont 12 scalefont setfont
- /str 80 string def
- /GotoTopOfPage {40 800 moveto 1} def
- /GetaLine {currentfile str readline} def
- /ShowaLine {show currentpoint 12 sub exch pop 40 exch moveto 1 add} def
- /AreWeAtEndofFile {pop dup (*END OF FILE*) eq} def
- /Print {{GetaLine AreWeAtEndofFile {showpage exit} if exch dup 60 gt {showpage pop GotoTopOfPage} if exch ShowaLine
- } loop stop } def
- GotoTopOfPage
- Print
-