1 |
.\" RCSid "$Id: mx80.1,v 1.2 2003/12/09 15:59:06 greg Exp $" |
2 |
.TH MX80 1 6/24/98 RADIANCE |
3 |
.SH NAME |
4 |
mx80 - output metafile to Epson mx-80 |
5 |
.SH SYNOPSIS |
6 |
.B mx80 |
7 |
[ |
8 |
.B \-c | \-r |
9 |
] |
10 |
file .. |
11 |
.SH DESCRIPTION |
12 |
.I Mx80 |
13 |
reads each metafile |
14 |
.I file |
15 |
in sequence and converts it to output suitable for the Epson line |
16 |
of printers, specifically the mx-80 and fx-80. |
17 |
If the option |
18 |
.I c |
19 |
is specified, the input files are only conditioned for output, ie. |
20 |
expanded and sorted (see pexpand and psort). This is useful if many |
21 |
copies of the same output is desired. |
22 |
If the option |
23 |
.I r |
24 |
is instead specified, the input is assumed already to be conditioned. |
25 |
If no input files are specified, the standard input is read. |
26 |
.TP 10n |
27 |
.BR \-c |
28 |
Condition the input only. |
29 |
.TP |
30 |
.BR \-r |
31 |
Input is already conditioned, output only. |
32 |
.SH EXAMPLE |
33 |
To print the plot file test.plt: |
34 |
.IP "" .2i |
35 |
bgraph test.plt | output mx80 |
36 |
.SH FILES |
37 |
see pexpand(1) and psort(1) |
38 |
.SH AUTHOR |
39 |
Greg Ward |
40 |
.SH BUGS |
41 |
Currently, different character widths and densities are not supported. |
42 |
.SH "SEE ALSO" |
43 |
bgraph(1), cv(1), igraph(1), impress(1), output(1), |
44 |
pexpand(1), psort(1) |