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

Revision 9217, 3.8 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 PSCAT 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/pscat.1p,v 1.2 1996-10-14 05:09:44 ghudson Exp $
5.ds PS P\s-2OST\s+2S\s-2CRIPT\s+2
6.SH NAME
7pscat \- convert C/A/T files to PostScript language format
8.SH SYNOPSIS
9.B pscat
10[
11.BI -F fonttable
12] [
13.BI -i prologuefile
14] [
15.BI -l paperlength
16] [
17.BI -x xoffset
18] [
19.BI -y yoffset
20] [
21.I file
22]
23.SH DESCRIPTION
24.I pscat
25converts C/A/T format
26.IR file
27(i.e., as produced by the original
28[o]troff (1)),
29to \*(PS language format on the standard output.  If no
30.I file
31argument is given, the standard input is used.
32The average user will probably be happy using
33ptroff (1),
34but explicit use of
35.I pscat
36gives more control.
37.sp
38Page offset distances and the page length
39are specified by giving a fixed-point real number optionally
40followed by a units measure.  For example, 1in means one inch, 15mm means
41fifteen millimeters.  If no units are indicated, points (72 to the inch)
42are used.
43The options are:
44.TP
45.BI -F fonttable
46specifies a font correspondence table for use by the converter.
47(The default is usually
48Times.ct
49where the mounted fonts are:
50.BR R =Times-Roman,
51.BR I =Times-Italic,
52.BR B =Times-Bold,
53and
54.BR S =Symbol.
55Note that
56troff
57should be invoked with an appropriate
58.B -F
59switch and explicit ".fp"
60commands.)
61.TP
62.BI -i prologuefile
63specifies a file to be incorporated as the \*(PS language prologue, otherwise
64the default prologue will be used (see below).
65.TP
66.BI -l pagelength
67specifies the page length to use when splitting the
68C/A/T file into pages.  The default is 11 inches.
69Units are described above.
70.TP
71.BI -x xoffset
72moves the output
73.I xoffset
74to the right on the paper.  The default is 0.
75Units are described above.
76.TP
77.BI -y yoffset
78moves the output
79.I yoffset
80downward on the paper.  The default is 0.  Different versions of
81troff
82have different notions of where
83the top edge of the paper really is, so careful setting of the
84.B -y
85switch may be necessary.
86Units are described above.
87.SH ENVIRONMENT
88.TP
89PSLIBDIR
90path name of a directory to use instead of
91XPSLIBDIRX for
92.I pscat
93prologue and font metric files
94.SH FILES
95.TP 2.2i
96XTROFFFONTDIRX/*.ct
97character correspondence tables (built by
98pscatmap (8))
99mapping C/A/T codes to \*(PS language fonts and characters or other actions
100.TP
101XPSLIBDIRX/pscat.pro
102default \*(PS language prologue
103.SH "SEE ALSO"
104transcript(1), ptroff(1), psfonts(1), pscatmap(8), troff(1)
105.SH AUTHOR
106Adobe Systems Incorporated
107.SH BUGS
108Because of the character mapping tables used, arbitrary
109use of the ".fp" troff directive will usually produce the
110wrong results.  The
111family.head
112files that
113ptroff
114feeds to
115troff
116contain ".fp" commands appropriate for a given font family.
117Users must build and reference correct tables with
118pscatmap (8)
119for non-standard ".fp" combinations to work.
120
121The mapping from the default troff fonts to
122Adobe's Times-Roman will not look good.  \*(PS language font width
123tables (and ".fp" commands) should be used explicitly in troff.
124
125.I pscat
126determines where page breaks occur by assuming that each page is exactly
127the specified length.  There is no indication of page boundaries
128in the C/A/T file, so improper use of the
129.B -l
130option will lead to undesirable results.  Some
131troff
132macro packages
133generate cutmarks at logical edges of the page which may or
134may not get imaged on a \*(PS printer.
135Careful use of the
136.B -x
137and
138.B -y
139options may help.
140.SH NOTES
141\*(PS is a registered trademark of Adobe Systems Incorporated.
142.br
143Times is a registered trademark of Linotype.
144.br
145Documenter's Workbench is a trademark of AT&T Technologies.
146.br
147Unix is a trademark of AT&T Bell Laboratories.
148
Note: See TracBrowser for help on using the repository browser.