summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/repeatindex/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/repeatindex/README
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/repeatindex/README')
-rw-r--r--Master/texmf-dist/doc/latex/repeatindex/README41
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/repeatindex/README b/Master/texmf-dist/doc/latex/repeatindex/README
new file mode 100644
index 00000000000..fe99d993166
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/repeatindex/README
@@ -0,0 +1,41 @@
+repeatindex.sty
+
+Copyright 2001 Harald Harders (h.harders@tu-bs.de)
+License is LPPL.
+
+
+This Package repeats item of an index if a page or column
+break occurs within a list of subitems.
+This helps to find out to which main item a subitem belongs.
+
+Example:
+
+ Main Item A, 1, 3, 6 Main Item A...
+ Subitem a, 1 Subitem g, 1
+ Subitem b, 1 Subitem h, 1
+ Subitem c, 2 Subitem i, 1
+ Subitem d, 3 Subitem j, 1
+ Subitem d, 1 Main Item B, 3, 6
+ Subitem e, 4 Subitem a, 3
+ Subitem f, 2 Subitem b, 4
+
+To get that behaviour you have to include the package into your
+document using \usepackage{repeatindex}, and you have to produce
+the .ind file in a special format in which the entries of the \item
+are enclosed in [...] (example: \item [Main Item A], 1, 3, 6 ).
+This can be achieved using repeatindex.ist:
+ makeindex -s repeatindex file
+
+Problems:
+- When an item is repeated a small vertical space is included two
+ items later
+- If the last item is a subitem and the only entry on the last page
+ of the index the repeation is omitted
+
+This package has not been tested much, yet. Please help me to find
+more problems and if possible solutions to my problems.
+I have had much trouble in solving the problem that the code
+defined in afterpage is executed with a delay.
+
+Harald Harders, 2001/10/13
+h.harders@tu-bs.de