summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/splitindex/splitindex.1
blob: ac8988b0cd840d9902b1da02a62889f6e465252c (plain)
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
.TH SPLITINDEX "1" "April 2013" "splitindex 0.2a" "User Commands"
.SH NAME
splitindex \- manual page for splitindex 0.2a
.SH SYNOPSIS
.B splitindex.pl
[\fIOPTION\fR] ... \fIINTERMEDIATE-INDEX-FILE \fR[\fIMAKEINDEX-OPTION\fR] ...
.PP
.B splitindex
[\fIOPTION\fR] ... \fIINTERMEDIATE-INDEX-FILE \fR[\fIMAKEINDEX-OPTION\fR] ...
.PP
.B java splitindex
[\fIOPTION\fR] ... \fIINTERMEDIATE-INDEX-FILE \fR[\fIMAKEINDEX-OPTION\fR] ...
.PP
.B tex splitindex
.SH DESCRIPTION
splitindex 0.2a
Copyright (c) 2002 Markus Kohm <kohm@gmx.de>
.PP
Split a single intermediate index file into multiple raw index files.
.PP
Example: splitindex.pl foo.idx.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help and terminate
.TP
\fB\-m\fR, \fB\-\-makeindex\fR PROGNAME
call PROGNAME instead of default `makeindex'.
.TP
\fB\-i\fR, \fB\-\-identify\fR EXPRESSION
use regular EXPRESSION to match entries
(see also option \fB\-\-resultis\fR and \fB\-\-suffixis\fR).
Default is `^(\e\eindexentry)\e[([^]]*)\e](.*)$'.
.TP
\fB\-r\fR, \fB\-\-resultis\fR PATTERN
create line to be written from PATTERN after matching
lines (see also option \fB\-\-identify\fR).
Default is `$1$3'.
.TP
\fB\-s\fR, \fB\-\-suffixis\fR PATTERN
create suffix to be used from PATTERN after matching
lines (see also option \fB\-\-identify\fR).
Default is `-$2'.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
be more verbose
(can be used multiple to increase verbosity)
.TP
\fB\-\-version\fR
show version and terminate
.SH COPYRIGHT
Copyright \(co 2002 Markus Kohm <kohm@gmx.de>
.SH "SEE ALSO"
The full documentation for
.B splitindex
is maintained as a LaTeX manual.  If the
.B texdoc
and
.B splitindex
programs are properly installed at your site, the command
.IP
.B texdoc splitidx
.PP
should give you access to the complete manual.