You just created a PostScript file and can't wait to put it in the doc repository. But is your PostScript file okey-dokey? Will the print vendor be able to make a book from it? Impossible to say for sure, but to improve the odds of okey-dokeyness, you must print out the PostScript file on one of the Open Market laser printers.
Then, after yanking the book off the printer,
you should examine it for mistakes.
Printing the Book from a DOS Window
To print from DOS, do the following:
C:\WINDOWS> E: E:\> CD DOCSET\PAPI
E:\DOCSET\PAPI> copy filename.ps \\BRL-DC-2\thunderstorm
$ rlogin boreal
$ cd docset/papi
$ lp -d snakeweed filename.ps
To print to mailbox, enter a command like:
$ lp -d mailbox filename.ps
To print double-sided, use the -o duplex option; for example, to print double-sided on mailbox, enter:
$ lp -d snakeweed -o duplex filename.ps
Note that double-sided printing is only available on the HP 5 series; the HP 5 series printers on the third floor are:
In mere moments, a crisp, clean, refreshing book should roll off the printer. Examine your book, making sure that
If page numbering came out funky or cross-refs didn't come out at all, then you probably need to regenerate your book. After regenerating, rebuild the PostScript file.
If some of the graphics came out as gray blobs, then you might have run into memory problems when generating the PostScript file. If this happens, you should reboot your machine. Then, when the machine comes up again, shut down all applications except for FrameMaker. Then, rebuild that PostScript file and try to reprint it.