NExS provides a mechanism to define a number of output destination. These definitions can be used to identify different printer locations, different print options, or utility programs such as a PostScript previewer.
If you have selected Printer as your print destination in the Printer Options dialog box, you may choose from the list of printers shown in the Printer list box. When you select a printer, its associated print command is displayed in the Print Command display field which is the command NExS will use to complete the print operation.
To define multiple output destinations:
*printers: Default:lpr %s\n\ Name2:<Print Command 2>\n\ Name3:<Print Command 3>\n\ ... Name20:<Print Command 20>where
<Print Command N>
is a string that you would
enter on the Unix command line to print or preview a file.
Substitute ``%s
'' for the file name in the command.
For example, to specify ghostscript as print previewer,
you might enter the following printer definition:
Preview:ghostview %s\n\
.
Other start-up resources related to printing and page layout are described at the end of this chapter in section 11.8, Modifying Start-Up Defaults.