Time-stamp: <2007-01-28 13:02:09 gokieli>
How to print at CERN
List of known DELPHI xprint printers
Usage : xprint -Pprinter_name file_name
- Bldg 13
- 13-3-cor : Bldg 13 3rd floor, high speed, double sided by default
- 13-2-cor : Bldg 13 2nd floor, high speed, double sided by default
- 13-1-004 : Bldg 13 1st floor, high speed, double sided (in the photocopy room)
- 13-2037-hp : DELICE black&white printer, double sided.
- 13-2037-tek : DELICE color printer (transparency).
- 14-liliane : Bldg 13 2nd floor, in L.Braize office, laserwriter.
- RICH
- 175-RICH : Bldg 175, R-008
- 16-RICH : Bldg 16 , R-095
- 16-TA2 : Bldg 16 , 1-067
- Computer Centre (Bldg 513)
- 513-hp, 513-hpbis : laser printer (long listings, double sided)
- 513-hptransp : color laser printer (transparencies)
List of all printers at CERN, sorted by building:
For more information have a look to the Printer Support
page (who to call in case of problem with a printer, ...).
How to print/produce nice listing from UNIX
a2ps
The a2ps command allows you to produce a nice postscript file form
a simple text file. For example to format a listing in 2 pages per pages
and 130 lines per pages you can do :
a2ps -l130 mylisting.for > mylisting.ps
To print a Patchy listing ( produced with ylist ) or any file with
"fortran carriage control" , you have first to interpret the carriage control.
For this use the UNIX command asa.
Example : after the command
ylist tpcana.car 3 tpcana.list .go
( option 3 of Ylist = 110 lignes par page + 1 ligne de header = 111 lignes/page).
You can direclty print a nice listing in DELICE by :
asa tpcana.list | a2ps -H" tpcana.list " -l111 -nf | rlpr -Pq_post -2
For details do a2ps -h .
P.A