File: psselect.man

package info (click to toggle)
texlive-bin 2005.dfsg.2-13
  • links: PTS
  • area: main
  • in suites: etch
  • size: 171,964 kB
  • ctags: 92,183
  • sloc: ansic: 714,864; cpp: 77,114; sh: 59,807; perl: 36,354; makefile: 8,380; asm: 4,244; yacc: 3,104; pascal: 2,483; python: 2,383; ada: 1,681; lex: 1,678; awk: 1,214; cs: 879; lisp: 708; xml: 473; sed: 466; java: 172; csh: 47
file content (84 lines) | stat: -rw-r--r-- 2,033 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.TH PSSELECT 1 "PSUtils Release @RELEASE@ Patchlevel @PATCHLEVEL@"
.SH NAME
psselect \- select pages from a PostScript file
.SH SYNOPSIS
.B psselect
[
.B \-q
] [
.B \-e
] [
.B \-o
] [
.B \-r
] [
.B \-p\fIpages\fR
] [
.I pages
] [
.I infile
[
.I outfile
] ]
.SH DESCRIPTION
.I Psselect
selects pages from a PostScript document, creating a new PostScript file. The
input PostScript file should follow the Adobe Document Structuring
Conventions.
.PP
The 
.I \-e
option selects all of the even pages; it may be used in conjunction with the
other page selection options to select the even pages from a range of pages.
.PP
The 
.I \-o
option selects all of the odd pages; it may be used in conjunction with the
other page selection options.
.PP
The 
.I \-p\fIpages\fR
option specifies the pages which are to be selected.
.I Pages
is a comma separated list of page ranges, each of which may be a page number,
or a page range of the form \fIfirst\fR-\fIlast\fR. If \fIfirst\fR is omitted,
the
first page is assumed, and if \fIlast\fR is omitted, the last page is assumed.

The prefix character `_' indicates that the page number is relative to the end
of the document, counting backwards. If just this character with no page
number is used, a blank page will be inserted.
.PP
The 
.I \-r
option causes
.I psselect
to output the selected pages in reverse order.
.PP
Psselect normally prints the page numbers of the pages rearranged; the
.I \-q
option suppresses this.
.PP
If any of the
.I \-r, \-e,
or
.I \-o
options are specified, the page range must be given with the
.I \-p
option. This is for backwards compatibility with previous versions.

.SH NOTES
The page number given to
.I psselect
is the number of the page counting from the start or end of the file, starting
at one. The actual page number in the document may be different.
.SH AUTHOR
Copyright (C) Angus J. C. Duggan 1991-1995
.SH "SEE ALSO"
@MAN@
.SH TRADEMARKS
.B PostScript
is a trademark of Adobe Systems Incorporated.
.SH BUGS
.I Psselect
does not accept all DSC comments.