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

Revision 9090, 3.9 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9089, which included commits to RCS files with non-trunk default branches.
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.1.1.1 1996-10-07 20:25:38 ghudson Exp $
5.ds PS P\s-2OST\s+2S\s-2CRIPT\s+2
6.SH NAME
7pscat\(emconvert C/A/T files to \*(PS 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)
105.br
106BSD Unix systems: troff(1).
107.br
108System V Unix systems: otroff(1), \fIDocumenter's Workbench\fP
109.SH AUTHOR
110Adobe Systems Incorporated
111.SH BUGS
112Because of the character mapping tables used, arbitrary
113use of the ".fp" troff directive will usually produce the
114wrong results.  The
115family.head
116files that
117ptroff
118feeds to
119troff
120contain ".fp" commands appropriate for a given font family.
121Users must build and reference correct tables with
122pscatmap (8)
123for non-standard ".fp" combinations to work.
124
125The mapping from the default troff fonts to
126Adobe's Times-Roman will not look good.  \*(PS language font width
127tables (and ".fp" commands) should be used explicitly in troff.
128
129.I pscat
130determines where page breaks occur by assuming that each page is exactly
131the specified length.  There is no indication of page boundaries
132in the C/A/T file, so improper use of the
133.B -l
134option will lead to undesirable results.  Some
135troff
136macro packages
137generate cutmarks at logical edges of the page which may or
138may not get imaged on a \*(PS printer.
139Careful use of the
140.B -x
141and
142.B -y
143options may help.
144.SH NOTES
145\*(PS is a registered trademark of Adobe Systems Incorporated.
146.br
147Times is a registered trademark of Linotype.
148.br
149Documenter's Workbench is a trademark of AT&T Technologies.
150.br
151Unix is a trademark of AT&T Bell Laboratories.
152
Note: See TracBrowser for help on using the repository browser.