source: trunk/third/transcript/man/ps4014.1p @ 9217

Revision 9217, 3.1 KB checked in by ghudson, 28 years ago (diff)
Remove all comments about the SysV spooling system, since we always use the BSD one. Changes to get along with catman better (the NAME section has to use no special formatting and include a \- after the name).
Line 
1.TH PS4014 1 "18 August 1992" "Adobe Systems"
2\" Copyright (c) 1985,1987,1992 Adobe Systems Incorporated. All Rights Reserved.
3\" ATTN GOVERNMENT END USERS: See notice of rights in file XPSLIBDIRX/Notice
4\" RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/man/ps4014.1p,v 1.2 1996-10-14 05:09:43 ghudson Exp $
5.ds PS P\s-2OST\s+2S\s-2CRIPT\s+2
6.SH NAME
7ps4014 \- convert a Tektronix 4014 files to PostScript language format
8.SH "SYNOPSIS"
9.B ps4014
10[
11.BI -RCNm
12] [
13.BI -p outfile
14] [
15.BI -l left,bottom
16] [
17.BI -s width,height
18] [
19.BI -S width
20] [
21.I file
22]
23.SH "DESCRIPTION"
24.I ps4014
25reads in a Tektronix 4014\-format file and converts it to \*(PS language format
26for printing on a \*(PS printer.  If no
27.I file
28is specified, the standard input is used.
29The resulting \*(PS language file may be directed to the standard output
30or to a named file.
31.sp
32The possible options are:
33.TP
34.BI -p outfile
35causes the \*(PS language file to be written to the named file rather than
36the standard output.
37.PP
38The following parameters affect the size, placement, and orientation
39of the image on the printed page.  By default, the 4014 image is scaled to
40occupy nearly the whole page in a landscape orientation.
41.TP
42.BI -l left,bottom
43specifies the location on the printed page of the bottom left corner of the
44converted raster image.  The values
45.I left
46and
47.I bottom
48are the distances (in inches) from the bottom left corner of the printed
49page to the bottom left corner of the image.
50.TP
51.BI -s width,height
52specifies the size of the converted raster image on the printed page.
53.I Width
54and
55.I height
56are the dimensions (in inches) of the resulting image on the printed page.
57.TP
58.BI -S width
59allows you to scale the image without distorting its shape. 
60.I Width
61specifies the width (in inches) of the resulting image on the printed page.
62The height of the image is computed to maintain the same ratio of height
63to width on the output image as on the input raster-format file.
64.TP
65.B -R
66rotates the image 90 degrees on the page for portrait orientation.
67The default is landscape orientation.
68.PP
69The following parameters specify values for 4014 hardware options that affect
70the interpretation of 4014 commands.
71.TP
72.B -C
73causes a carriage return to move the pen position to the left margin but not
74down to the next line.  By default, a carriage return command moves the
75pen down to the next line and over to the left margin. 
76.TP
77.B -N
78causes line feed to move the pen position down to the next line
79but not to the left margin. By default, a line feed command moves the
80pen down to the next line and over to the left margin. 
81.TP
82.B -m
83enables the "Margin 2" mode for the 4014.
84.SH ENVIRONMENT
85.IP PSLIBDIR
86path name of a directory to use instead of
87XPSLIBDIRX for the
88.I ps4014
89prologue
90.SH "FILES"
91.TP 2.2i
92XPSLIBDIRX/ps4014.pro
93default prologue file
94.SH "SEE ALSO"
95plot(1), transcript(1), psplot(1)
96.br
97Tektronix 4014 documentation
98.SH AUTHOR
99Adobe Systems Incorporated
100.SH "NOTES"
101\*(PS is a registered trademark of Adobe Systems Incorporated.
102.br
103Tektronix is a registered trademark of Tektronix, Inc.
Note: See TracBrowser for help on using the repository browser.