| 1 | .\" RCSid "$Id: pexpand.1,v 1.2 2003/12/09 15:59:06 greg Exp $" | 
| 2 | .TH PEXPAND 1 6/24/98 RADIANCE | 
| 3 | .SH NAME | 
| 4 | pexpand - expand requested commands in metafile | 
| 5 | .SH SYNOPSIS | 
| 6 | .B pexpand | 
| 7 | [ | 
| 8 | .B +/\-EPDOCSURIlrtmvsp | 
| 9 | ] | 
| 10 | file .. | 
| 11 | .SH DESCRIPTION | 
| 12 | .I Pexpand | 
| 13 | reads each metafile | 
| 14 | .I file | 
| 15 | in sequence and expands any commands specified in a '+' option, | 
| 16 | and deletes any commands specified in a '-' option. | 
| 17 | This is necessary because most drivers will not support many | 
| 18 | metafile commands such as 'v' (vector string) and 'O', 'C', and 's' | 
| 19 | (segments). | 
| 20 | .I Pexpand | 
| 21 | will expand '+' instances into the corresponding primitives which | 
| 22 | are supported, and delete all '-' instances. | 
| 23 | .PP | 
| 24 | Certain commands are currently considered basic, and must be supported | 
| 25 | by all drivers. | 
| 26 | The commands 'D', 'E', 'S', 'U', 'R', 'l', 'r', and 't' are | 
| 27 | basic (see metafile(5)). | 
| 28 | .PP | 
| 29 | If no input files are specified, the standard input is read. | 
| 30 | .TP 10n | 
| 31 | .BR +EPDOCSURIlrtmvsp | 
| 32 | Expand the requested command(s). | 
| 33 | .TP | 
| 34 | .BR \-EPDOCSURIlrtmvsp | 
| 35 | Delete the requested command(s). | 
| 36 | .SH EXAMPLE | 
| 37 | To expand vector strings and segements, and delete pauses from "meta": | 
| 38 | .IP "" .2i | 
| 39 | pexpand +vOCs \-P meta | 
| 40 | .SH FILES | 
| 41 | /usr/lib/meta/vchars.mta  (see metafile(5)) | 
| 42 | .SH AUTHOR | 
| 43 | Greg Ward | 
| 44 | .SH "SEE ALSO" | 
| 45 | metafile(5), psort(1) |