Printers

The CSG maintains the following printers for general access through the departmental printer server descartes.math.psu.edu:

NameRoomTypeFeatures
MB103MB103HP 4200DNduplex
MB116MB116HP 4600DNduplex,color
MB219DMB219DHP 4100N
MB219DcolorMB219DHP 4700Nduplex,color
MB318DMB318DHP 4600DNduplex,color
MB415MB415HP 4250Nduplex

In addition, the CSG also maintains many of the laser printers in offices around the department.

Printing

You can print from any Mathnet Unix workstation using the lpr command. Mathnet machines are configured with a default printer that is physically close. You can print to another printer by using the lpr -P option. For example the command:

        lpr -Pmb103 filename

will print the file filename to the printer MB321 regardless of the default printer.

Note that Mathnet printers, generally, print PDF, Postscript, and plain text files. If you have a file in a another format, you will have to convert it to Postscript before printing it. The most common formats are:

FormatConverterSample Command Line
DVIdvipsdvips input.dvi -o output.ps

Many GUI programs on Mathnet Unix workstations allow you to print by pressing a button, usually labeled print. Almost universally, these are merely interfaces to lpr and to one extent or another will allow you to specify a printer to print to and options to supply to lpr. If you cannot speicify options to lpr directly, usually you have the option of printing to a postscript file. You can then print the postscript file using lpr.

Duplex Printing

Some printers can print on both sides of a page. This capability is called duplex printing. The printers that support duplex printing are: MB318D, MB116, and MB103. To print a file named filename in duplex under Solaris, give lpr the -Zduplex argument:

        lpr -Pmb103 -Zduplex filename

To print a file named filename in duplex under OS X or Linux, use the -o Duplex=DuplexNoTumble argument:

        lpr -Pmb103 -o Duplex=DuplexNoTumble

To force simplex printing under OS X or Linux, use the -o Duplex=None argument:

        lpr -Pmb103 -o Duplex=None

To make simplex printing the default under OS X, for a given printer, use lpoptions:

        lpoptions -p mb318d -o Duplex=None

This has the effect of modifying your ~/.lpoptions file.

Note: If you have a problem printing in duplex or forcing simplex printing when using OS X, send email to help and be sure to mention that you are using a Mac.

Color Printing

The available color printers are: MB318D, MB116.

Manual Feed

To print on special paper, for example, if you'd like to print a transparency, use the -Zmanual option of lpr when printing to one of the color printers using a Solaris workstation:

        lpr -Zmanual filename

When your job reaches the printer, the printer will stop and wait for paper or transparencies to be fed manually. To use the manual feed tray under OS X and Linux use the -oManualFeed option:

        lpr -oManualFeed filename

Although it is called manual, the manual tray accepts multiple sheets, about a quarter inch worth. You do not have to manually feed each individual sheet. The manual feed tray is accessed by opening the front panel (labeled 1). Please be gentle when opening the front panel. Please remember to close the front panel after you are finished with the manual feed tray.

Transparencies

To print transparencies, you must use the manual feed feature of the HP color printers as described above.

Transparency stock is located in a drawer beneath each of the color printers. Special transparency stock is required for the HP color printers since they operate at temperatures higher than some transparencies can withstand. Some transparency stock may melt and gum up the internals of the color printers requiring a costly cleaning. Please send email to help@math.psu.edu if the transparency stock is low. If you would like to purchase your own stock, please purchase HP stock that is designed for use with HP color laserjet printers, such as HP part number C2934A.

Media for Color Printers

The color printers have a fuser that operates at 190°C (374°F). It is very important that any medium used be stable at that temperature. Be sure to avoid any transparency stock that is designed for ink jet printers. Ink jet printers operate at much lower temperatures. The best option is to use HP media that is designed for use with HP color laserjet printers. However, any medium that can tolerate a temperature of 190 degrees celsius is acceptable.

Adding a printer to your Macintosh desktop or laptop

Contact the page manager.

Privacy and Legal Statements - Validate XHTML - Validate CSS