|
|
| gamer | doofus | engineer | weirdo | lover | fighter | writer | coder | wit | twit | nerd | canadian | |
|
index about faq life artbook autoshow2k3 bigswords chowdown2k2 chowdown2k2-2 chowdown2k3 dbfestival2k3 ea-xmas2004 gradball0t4 ironring0t4 montreal0t4 mvp2005-elfin ottawa0t4 roadtrip2k2 skule deadline ece311s ece334f ece341f ecf van2k4-01 wwmc ydsquare2k3 games code techlog links |
General ECF computer usage information. Contains some of the less-known
but useful things to do on those Linux boxes.
Printing multiple pages on the Linux boxes.
It's easy to print to multiple pages/per page in the Win2K labs -
just set the driver preferences before you print. Doing
something similar on the Linux machines involves more
typing and less mousework, but it gets the job done.
The answer is psnup.
General Syntax psnup must be invoked from a print command box or the terminal. Generally speaking, your print line will look like this (all on one line, of course). psnup -d -<#> <filename.ps> |
lpr -h -P<printer> Here's an example (all on one line, of course): psnup -d -2 a2_specification.ps |
lpr -h -Psf1012 What does it all mean? "-d" indicates drawing a border around each "virtual page." Helps to separate the stuff. The "-2" indicates two "virtual" pages per physical page. Obviously you'll want to set this to nice values like 2, 4, or 8 (wouldn't go any further than that). The remaining two parameters should be fairly obvious. General Notes
More Information Read the man (manual) pages. Type man psnup in a terminal window. Don't be intimidated by pure text. |
| © Copyright 2002-2005 Victor Chow. | |