1SPLITINDEX(1) User Commands SPLITINDEX(1)
2
3
4
6 splitindex - manual page for splitindex 0.2a
7
9 splitindex.pl [OPTION] ... INTERMEDIATE-INDEX-FILE [MAKEINDEX-OPTION]
10 ...
11
12 splitindex [OPTION] ... INTERMEDIATE-INDEX-FILE [MAKEINDEX-OPTION] ...
13
14 java splitindex [OPTION] ... INTERMEDIATE-INDEX-FILE [MAKEINDEX-OPTION]
15 ...
16
17 tex splitindex
18
20 splitindex 0.2a Copyright (c) 2002 Markus Kohm <kohm@gmx.de>
21
22 Split a single intermediate index file into multiple raw index files.
23
24 Example: splitindex.pl foo.idx.
25
27 -h, --help
28 show this help and terminate
29
30 -m, --makeindex PROGNAME
31 call PROGNAME instead of default `makeindex'.
32
33 -i, --identify EXPRESSION
34 use regular EXPRESSION to match entries (see also option
35 --resultis and --suffixis). Default is `^(\\indexen‐
36 try)\[([^]]*)\](.*)$'.
37
38 -r, --resultis PATTERN
39 create line to be written from PATTERN after matching lines (see
40 also option --identify). Default is `$1$3'.
41
42 -s, --suffixis PATTERN
43 create suffix to be used from PATTERN after matching lines (see
44 also option --identify). Default is `-$2'.
45
46 -v, --verbose
47 be more verbose (can be used multiple to increase verbosity)
48
49 --version
50 show version and terminate
51
53 Copyright © 2002 Markus Kohm <kohm@gmx.de>
54
56 The full documentation for splitindex is maintained as a LaTeX manual.
57 If the texdoc and splitindex programs are properly installed at your
58 site, the command
59
60 texdoc splitidx
61
62 should give you access to the complete manual.
63
64
65
66splitindex 0.2a April 2013 SPLITINDEX(1)