| 1 |
greg |
1.3 |
.\" RCSid "$Id: psmeta.1,v 1.2 2003/12/09 15:59:06 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 |
|
|
bgraph example.plt | psmeta | lpr -P ap5
|
| 21 |
|
|
.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)
|