SYNTAX
lprm -Pprinter JobID
lprm - [remove all your submitted jobs.]
EXAMPLE
lprm -Plj4 316
SYNTAX
lpr -Pprinter(s) filename
EXAMPLE
lpr -Poptra example.ps [to print double sided.]
lpr -Poptras example.ps [to print single sided.]
Just drag right-button of the mouse.
You can use command a2ps. For example, if you have a text file called input.txt and you want to print the file 4 pages per sheet, then you can use the following command to generate an output file called output.ps, then use lpr command to print the output.ps
a2ps -o output.ps -4 input.txt
lpr -Pprintername output.ps
Note that
- a2ps convert FILE(s) or standard input to PostScript. Input files can be of different type, e.g. .txt, .ps, or .html.
- you can directly print out the input file to printer by the following command:
a2ps -P -4 input.ps
However we recommend to convert the input file to output.ps first, then use ghostview to check if the format is correct or not. Finally use lpr command to print output.ps.
- For further information, please use command man a2ps to read the manual of the command a2ps.
A4 format is commonly used in the rest of the world, so it's not surprising to receive DVI or Postscript files from there. If you try to print in on our printers which are set up for Letter size (8.5"x11"), you may end up with less than satisfactory results.
If you have the TeX/LaTeX source, you can change the source to use the new format and run TeX/LaTeX again.
You can also resize the Postscript output (if you have a DVI file, convert it to Postscript first), by issuing the command
psresize -PA4 -pletter in.ps out.ps
and print the resulting file out.ps.
If this is for publication that requires it to be on A4 paper, you can buy A4 paper from the UBC Bookstore. Ask the IT staff on how to set up the printer to print on A4 paper.
Convert dvi file to ps file then use lpr command to print the converted ps file:
dvips -o outputfilename.ps inputfilename.dvi
lpr -Pprintername outputfilename.dvi
Or pipe it through directly:
dvips filename.dvi | lpr -Pprintername
As of Dec. 1, 2005, if you do not set the printer your printouts should go to, it will be thrown away. The method to set your printer is different for Windows and Unix (Linux or Solaris).
For Windows
-
Setting a printer for an individual print job
Most Windows applications will allow you to choose the printer from a menu when you try to print something. Choose the appropriate printer.
-
Setting a printer for a session
To set a default printer for a login session (i.e. this setting will be forgotten once you log out), you can go to the printer settings control panel:
Start -> Settings -> Printers
then bring up the printer menu by placing the mouse over the printer's icon you want to print to and right-click, then select
Select As Default Printer
A check mark should appear over the printer icon of your choice.
-
Setting a permanent default printer for a workstation
To set a permanent default printer (for the workstation you are using: you'll have to repeat it for another workstation), go to
Start Menu -> Run ...
Then, type the following into the text input window:
\samba\win-share\SetDefaultPrinter
Then double-click the appropriate printer batch file. From then on, that will be your default printer for this particular workstation.
For Unix
-
Setting a printer for an individual print job
Some application (like firefox) will allow you to choose the printer. Most printing is done from the command line via lpr. You can tell lpr where to send the output to via the -P switch:
lpr -Pname file ...
-
Setting a printer for a login session
To set a default printer for a login session (i.e. this setting will be forgotten once you log out), you can set the environment variable PRINTER. In tcsh (the default shell), you can enter
setenv PRINTER name
- Setting a permanent default printer for your MathNet Unix account
To permanently set a default printer for your Unix sessions, you can enter the above command to set your PRINTER environment variable in your startup script, found in your home directory:
~/.login
SYNTAX
lpq -Pprinter
EXAMPLE
lpq -Php5
PDF FILES
First use acroread to open the file. Then use acroread's "print" menu.
JPG AND GIF FILES
First use Firefox to open the file. Then use Firefox's "print" menu.
For text files, you can first convert them to ps files before you print them. You can use Unix command "enscript" to do this. Enscript converts text files to PostScript and spools gen- erated PostScript output to the specified printer or leaves it to file. If no input files are given, enscript processes standard input. Enscript can be extended to handle dif- ferent output media and it has many options which can be used to customize printouts (Use command "man enscript" to find more information).
SYNTAX:
enscript [options] filename
OPTION EXAMPLES:
-1, -2, --columns=num Specify how many columns each page have. With long option --columns=num you can specify more than 2 columns per page. -a pages, --pages=pages Specify which pages are printed. Page specification pages can be given in following formats: start-end print pages from start to end -end print pages from 0 to end start- print pages from start to end page print page page odd print odd pages even print even pages -A align, --file-align=align Align separate input files to even align page count. This is handy for two-side and 2-up printings (--file-align=2). -b header, --header=header
EXAMPLE
enscript foo.txt Print file foo.txt to the default printer. enscript -2 foo.txt Print file foo.txt to two columns. enscript -2r foo.txt Print file to two columns and rotate output 90 degrees (landscape). enscript -G2rE -U2 foo.c gaudy header, two columns, landscape, code highlighting, 2-up printing.
Windows
To find which printer is the default printer using Windows, go to the printer control panel:
Start -> Settings -> Printers
The default printer will have a check mark over the icon.
Unix (Linux, Solaris)
Under Unix, the default printer can be found by looking at the output of
lpq
For example, the output may look like
Printer: pulp@viol 'Lexmark Optra Se3455, Rm209 (1-sided)' Queue: no printable jobs in queue Status: job 'smith@viol+232' removed at 20:15:34.286 Filter_status: done at 20:15:34.271
The default printer is named "pulp" and it's located in Rm209. The last printout was sent by user "smith" at 20:15:34. To send it to a particular printer, you can supply the "-P" flag to the print command:
lpr -Ppulp file ...
If you have a missing printout, first make sure that the printer you intended to print to to was actually the printer used (Unix: use the lpq command to see that your username was the last finished job and that the room location is what you expect). If the printout is still missing, it could be that
-
You sent it to the wrong printer. Don't just keep resending your printout without finding out what happended to it.
-
Somebody mistakenly took your output.
-
You have not set the printer that your print job should go to and sent it to the default 'null' printer. See note at top of this page.
-
The file has Postscript errors and can't be printed. Try viewing the file with Ghostscript to see if it is well formed. Also, try printing from within the same room as the printer so that you can observe the printer. If you suspect it is a Postscript error, contact the IT staff.
-
You are trying to print something other than letter size (8.5x11.0inch) paper. This is especially common with European print-ready files formatted for A4 size appear which is not commonly used in North America. You'll may have to reformat the paper in this case. Check the LCD window to see if it complains about not being able to supply the correct size paper.
-
The printer is jammed or is out of paper - the output of "lpq" will have pending jobs to be printed (and your is last in line) and the LCD window on the printer has an error condition. In this case, contact the IT staff. Unless you know what you are doing, don't try to repair it yourself.
-
You tried to print a file the printer does not understand. You ought to get a shingle sheet stating that it could not print your file format. In this case you'll need to convert the file format to something the printer can understand (like Postscript).
- Configuration screw up: if you cannot explain why a print job disappeared, contact the IT staff. We can't fix it if we don't know about it.