ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/psmeta.1
Revision: 1.2
Committed: Tue Dec 9 15:59:06 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P2, rad3R7P1, rad3R6, rad3R6P1
Changes since 1.1: +1 -1 lines
Log Message:
Fixed RCSid specification

File Contents

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