Blame


1 b855148c 2004-05-16 devnull .TH LASERBAR 1
2 b855148c 2004-05-16 devnull .SH NAME
3 b855148c 2004-05-16 devnull laserbar \- produce bar codes on a PostScript laser printer
4 b855148c 2004-05-16 devnull .SH SYNOPSIS
5 b855148c 2004-05-16 devnull .B laserbar
6 b855148c 2004-05-16 devnull [\fB-r\fP rotate] [\fB-x\fP xoffset] [\fB-y\fP yoffset]
7 b855148c 2004-05-16 devnull [\fB-X\fP xscale] [\fB-Y\fP yscale] [\fB-lns\fP] string
8 b855148c 2004-05-16 devnull .SH DESCRIPTION
9 b855148c 2004-05-16 devnull .I Laserbar
10 b855148c 2004-05-16 devnull prints on the standard output the PostScript text that will produce
11 b855148c 2004-05-16 devnull (on a suitable laser printer) the \s-2CODE-39\s+2 bar code
12 b855148c 2004-05-16 devnull corresponding to
13 b855148c 2004-05-16 devnull .I string.
14 b855148c 2004-05-16 devnull The \fBr\fP option may be used to specify a rotation (in
15 b855148c 2004-05-16 devnull degrees) of the bar code.
16 b855148c 2004-05-16 devnull The \fBx\fP, \fBy\fP, \fBX\fP, and \fBY\fP options may be used to specify
17 b855148c 2004-05-16 devnull an x- or y-axis offset (in inches) or scaling factor, respectively.
18 b855148c 2004-05-16 devnull (The offset is measured from the lower left corner of the page
19 b855148c 2004-05-16 devnull to the upper left corner of the bar
20 b855148c 2004-05-16 devnull code. By default, the bar code produced is one inch high, and is scaled
21 b855148c 2004-05-16 devnull so that the narrowest elements are each 1/72-inch \- i.e., one point \- wide.)
22 b855148c 2004-05-16 devnull If the \fBl\fP option is specified, the bar code produced is labeled.
23 b855148c 2004-05-16 devnull If the \fBn\fP option is specified, the resulting PostScript text
24 b855148c 2004-05-16 devnull includes a leading \f(CWnewpath\fP command, so that the text may stand
25 b855148c 2004-05-16 devnull alone or precede any other PostScript commands.
26 b855148c 2004-05-16 devnull If the \fBs\fP option is specified, the resulting PostScript text includes
27 b855148c 2004-05-16 devnull a trailing \f(CWshowpage\fP command, so that the text may stand alone
28 b855148c 2004-05-16 devnull or follow any other PostScript commands.
29 b855148c 2004-05-16 devnull .P
30 b855148c 2004-05-16 devnull This manual page (if it appears with a bar code printed on it) was
31 b855148c 2004-05-16 devnull produced by something like the following sequence:
32 b855148c 2004-05-16 devnull .IP
33 b855148c 2004-05-16 devnull .ft CW
34 b855148c 2004-05-16 devnull laserbar -x 2.5 -y 3 -l -n ABC123xyz > tempfile
35 b855148c 2004-05-16 devnull .br
36 b855148c 2004-05-16 devnull troff -man -Tpost laserbar.1 | dpost >> tempfile
37 b855148c 2004-05-16 devnull .br
38 b855148c 2004-05-16 devnull prt -dprinter -lpostscript tempfile
39 b855148c 2004-05-16 devnull .ft P
40 b855148c 2004-05-16 devnull .SH SEE ALSO
41 b855148c 2004-05-16 devnull laserbar(3), prt(1), dpost(1), postbgi(1), postprint(1), postdmd(1), posttek(1), etc.