ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/mx80.1
Revision: 1.1
Committed: Tue Mar 11 19:20:21 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Log Message:
Added documentation to repository

File Contents

# User Rev Content
1 greg 1.1 .\" RCSid "$Id"
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)