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

Revision 9217, 3.7 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 PSROFF 1 "19 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/psroff.1p,v 1.2 1996-10-14 05:09:49 ghudson Exp $
5.ds PS P\s-2OST\s+2S\s-2CRIPT\s+2
6.SH NAME
7psroff \- ditroff to a PostScript printer
8.SH SYNOPSIS
9.B psroff
10[
11.B -t
12] [
13.I "troff options"
14] [
15.I "spool options"
16] [
17.I files
18]
19.SH DESCRIPTION
20.I psroff
21is a shell script that runs
22[di]troff(1)
23in an environment to produce output on a \*(PS printer.
24It uses
25psdit
26to convert
27ditroff
28intermediate output to \*(PS language format and spools this for printing.
29If no
30.I files
31are specified, the standard input is used.
32.PP
33For those interested in including arbitrary \*(PS language commands
34or files in a
35ditroff
36document, see psdit(1).
37.PP
38In addition to the standard
39ditroff
40options, the following options are understood by
41.IR psroff .
42.TP
43.B -t
44sends the \*(PS language file to the standard output,
45rather than spooling it to a printer.
46Note that this overrides the meaning of the
47ditroff
48.B -t
49option; if you want that, run
50ditroff
51directly.
52.TP
53.BI -F fontfamily
54use the specified font family for the R/I/B/BI fonts, rather than the
55default family, which is
56Times.
57Font families
58Times,
59Courier,
60and
61Helvetica
62are probably defined at
63your site, and others may be available as well.
64Make sure the printer you will use contains the font family you pick.
65Note that this overrides the meaning of the
66ditroff
67.B -F
68option; if you want that, run
69ditroff
70directly, or use the
71.B -D
72option.
73.TP
74.BI -D fontdirectory
75finds font family directories in the specified
76.I fontdirectory
77rather than the standard font directory which was configured in the
78installation procedure.
79Note that it may be necessary to use both this option and the
80.B -F
81option to imitate the
82.B -F
83option in
84ditroff.
85.TP
86.BI -P printer
87causes the output to be sent to the named printer.
88.TP
89.BI -# n
90causes
91.I n
92copies of the output to be produced.  The default is one.
93.TP
94.B -h
95suppresses the printing of the job burst page.
96.TP
97.BI -C class
98set the job classification for use on the burst page.
99.TP
100.BI -J name
101sets the job name for use on the burst page.  Otherwise, the name of the
102first input file will be used.
103.TP
104.BI -m
105sends mail after files have been printed.
106.PP
107.SH ENVIRONMENT
108.IP "PRINTER"
109the name of a printer (as in the
110.B -P
111option) for
112lpr
113to use.  If no
114.B -P
115option is specified,
116lpr
117will use this printer.  If neither
118.B -P
119nor PRINTER is set,
120.I psroff
121will spool to a printer named "PostScript".
122.SH FILES
123.TP 2.2i
124/usr/lib/tmac/tmac.*
125standard macro files
126.TP
127XDITDIRX/devpsc/*
128ditroff description files for the \*(PS printer virtual device
129.SH "SEE ALSO"
130transcript(1), psdit(1), ptroff(1), psfonts(1),
131[di]troff(1), eqn(1), tbl(1), pic(1), refer(1), ideal(1), lpr(1)
132.br
133J. F. Ossanna,
134.I Nroff/Troff User's Manual
135.br
136B. W. Kernighan,
137.I A TROFF Tutorial
138and
139.I A Typesetter-independent TROFF
140.br
141.I
142Documenter's Workbench
143.SH AUTHOR
144Adobe Systems Incorporated
145.SH BUGS
146The
147eqn
148supplied with
149ditroff
150is different from the original.  Use the options
151.B -r576
152.B -m2
153for best results.  Other programs (e.g.,
154pic )
155distributed with
156ditroff
157have the device names compiled in (so much for device independence!).
158They should just have a
159.B -T
160option and read the device description file for the information they need.
161Use
162.B -T576
163with the
164pic
165distributed with
166DWB.
167.SH NOTES
168\*(PS is a registered trademark of Adobe Systems Incorporated.
169.br
170Documenter's Workbench is a trademark of AT&T Technologies.
171.br
172Unix is a trademark of AT&T Bell Laboratories.
173
Note: See TracBrowser for help on using the repository browser.