This configuration files section configures the
printers.
Printer configuration section: \PRINTER{...}
This section selects a printer to print your HTML pages.
The printer
definition begins after the opening bracket "{" and before
the corresponding closing bracket "}". The configuration
parameters are:
- \NAME{name}
where name represents the printer name as it is defined in
the 'print' dialog box.
- \COMMAND{command line}
where command line represents the print command for your system.
If this parameter is forgotten, printing will occur in a file.
Note: It is possible to select several printers. At print time the
printer to be used must be chosen in the
'print' dialog box.
Example:
\PRINTER{
\NAME{Laser 16}
\COMMAND{lpr -PLaser_R16}
}
\PRINTER{
\NAME{File}
}
\PRINTER{
\NAME{Postscript Printer}
\COMMAND{lpr}
}
