ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/psmeta.1
Revision: 1.4
Committed: Tue Sep 4 17:36:40 2007 UTC (16 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad4R2, rad4R1, rad4R0, rad3R9, rad4R2P1, rad5R3, HEAD
Changes since 1.3: +2 -2 lines
Log Message:
Added backslashes in front of hyphens (thanks to Bernd Zeimetz for his effort)

File Contents

# User Rev Content
1 greg 1.4 .\" RCSid "$Id: psmeta.1,v 1.3 2005/10/27 00:20:08 greg Exp $"
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 greg 1.4 bgraph example.plt | psmeta | lpr \-P ap5
21 greg 1.1 .SH AUTHOR
22     Greg Ward
23     .SH "SEE ALSO"
24 greg 1.3 bgraph(1), igraph(1), lpr(1), meta2bmp(1), meta2tga(1), x11meta(1)