Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!SCIENCE.UTAH.EDU!Beebe From: Beebe@SCIENCE.UTAH.EDU ("Nelson H.F. Beebe") Newsgroups: comp.laser-printers Subject: Re: Mailing Labels Message-ID: <8706031636.AA09278@brillig.umd.edu> Date: Thu, 14-May-87 11:10:29 EDT Article-I.D.: brillig.8706031636.AA09278 Posted: Thu May 14 11:10:29 1987 Date-Received: Fri, 12-Jun-87 04:37:11 EDT References: <8705132114.AA19611@brillig.umd.edu> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 54 Approved: laser-lovers@brillig.umd.edu We use Avery 5360 labels; there are 3 columns of 7 labels, each 1 7/16in x 2 13/16in. Our address files look like name addr1 addr2 ... addrn name addr1 addr2 ... addrn etc. On the ALW, I find that tray feeding is not successful; the label sheets have a shiny back, and tend to slip on the rollers, losing registration so that text overprints perforations. For small numbers, manual feeding may be okay. Usually, we just make a master sheet on the ALW, then photocopy onto the label sheets. A utility program (LABELS) I wrote (yours for the asking) converts this to a multi-column file (on Unix "pr -3" could do this) which we print with the following MIC file. LPtoPS is also freely available (converts line printer files to PostScript). !======================================================================= ! Make PostScript print file of mailing labels (set for manual feed) ! ! Usage: ! @DO --PS-LABELS.MIC.0 infile[,sheets,labelswitch,labelswitch,...] ! ! There are 21 labels per sheet. ! ! E.g. ! @DO --PS-LABELS foo.labels ! ! will make one sheet of 21 labels for each address in FOO.LABELS. ! ! [10-Jun-86] !======================================================================= @copy 'a foo.lab @labels foo.lab foo.lst /c:21 'c 'd 'e 'f 'g 'h 'i 'j 'k 'l 'm 'n 'o 'p 'q 'r 's 't 'u 'v 'w 'x 'y 'z ! -s option suppressed -- use ordinary paper and Xerox onto label paper @lptops -m3 -c'b -p10pt -t0.25in -b0in -l0.25in -r0in -fTimes-Bold psspool:foo.alw -------