computer guy
MIT Department of Mathematics Computer Help

Home
New User Help
Systems Available
Printing
Programs Available
Dial-up Access
Policies
FAQ
Problems
Valid XHTML 1.0!

How do I print multiple pages on one sheet of paper?

psnup -nup 2 ifilename.ps | lpr

The "2" is how many pages will be on each sheet. | lpr sends the document to your default printer.

You can also output the document to a new file.

psnup -nup 2 filename.ps filename.ps.out