FAQ - 1. Printing Related IssuesClick on a link to jump to the question. If you want to return to this list, just hit the back button after you've read the question. For general information on setting up your laptop for printing at KITP, click here.
|
|||||||||||||
| The KITP has several public printers spread over Kohn Hall.
The most frequented printers are located in rm. 2202 which is the computer room. Opposite you can find a list of printer names. Please note that print-outs should be picked up the same day they have been printed. After 24 hrs. they will be recycled, so please help reduce the paper-flow and pick up your documents instead of printing them several times. Thank you. |
Room 1001 (by the main entrance):
Room 2202 (upstairs):
To print a text or postscript file: lpr -P<printer> <filename> |
PostScript garbage is generally due to either a problem with ´´encapsulation'', or a problem with the format of the first line of PostScript code (PostScript is actually a programming language).
|
Change the first line to look like:
%!PS and try printing it again.
psfix <filename> > <filename.ps> For example: psfix figure1 > figure1.ps |