Synopsis
printer(printername, mode, paper, display, printernote)
Arguments
printername |
in |
Device name of the printer. Defaults to PRINTER environment variable or printer.default aipsrc variable. |
|
|
Default: |
F |
mode |
in |
How to print the file |
|
|
Allowed: |
p=portrait,l=landscape,80=two-up width=80,72=two-up width=72 |
|
|
Default: |
p |
paper |
in |
Paper format |
|
|
Allowed: |
l=US letter, A4, A3 |
|
|
Default: |
l |
display |
in |
Print to ghostview instead of print? |
|
|
Allowed: |
boolean |
|
|
Default: |
F |
printernote |
in |
The note function to use to log our messages. |
|
|
Allowed: |
a note function |
|
|
Default: |
note |