ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/psmeta.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

# Content
1 .\" RCSid "$Id"
2 .TH PSMETA 1 6/24/98 RADIANCE
3 .SH NAME
4 psmeta - convert metafile to PostScript
5 .SH SYNOPSIS
6 .B psmeta
7 file ..
8 .SH DESCRIPTION
9 .I Psmeta
10 reads each metafile
11 .I file
12 in sequence and converts it to PostScript output suitable for a standard
13 letter-size page.
14 The file produced may also be read into programs that can
15 handle Encapsulated PostScript.
16 If no input files are specified, the standard input is read.
17 .SH EXAMPLE
18 To print the plot file example.plt to the ap5 printer:
19 .IP "" .2i
20 bgraph example.plt | psmeta | lpr -P ap5
21 .SH AUTHOR
22 Greg Ward
23 .SH "SEE ALSO"
24 bgraph(1), igraph(1), imagew(1), lpr(1), mx80(1), t4014(1)