summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/xindy-src/doc/faq-4.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-28 17:48:11 +0000
committerKarl Berry <karl@freefriends.org>2020-05-28 17:48:11 +0000
commit161f6fe963657c26131dfd27baa4bbb5548aae3d (patch)
tree5a4d50c324ee88b057b57e209ac89532923879f7 /Build/source/utils/xindy/xindy-src/doc/faq-4.html
parent4ac93fe2033005baa7a6d353ca484e573c6dbc73 (diff)
document :min-range-length none workaround, from J\"urgen S
git-svn-id: svn://tug.org/texlive/trunk@55314 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/xindy-src/doc/faq-4.html')
-rw-r--r--Build/source/utils/xindy/xindy-src/doc/faq-4.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/utils/xindy/xindy-src/doc/faq-4.html b/Build/source/utils/xindy/xindy-src/doc/faq-4.html
index 81052562f1d..3a57b7ac8ad 100644
--- a/Build/source/utils/xindy/xindy-src/doc/faq-4.html
+++ b/Build/source/utils/xindy/xindy-src/doc/faq-4.html
@@ -460,11 +460,12 @@ location references. For exmaple the sequence
the form
<P>
<PRE>
- (define-location-class ... :min-range-length none)
+ (define-location-class ... :min-range-length 100000)
</PRE>
-<P>The argument <CODE>:min-range-length none</CODE> avoids forming of ranges.
-Arbitrary numbers instead of <CODE>none</CODE> define the minimum length of a
-sequence of location references that are needed to form a range.
+<P>Arbitrary numbers define the minimum length of a sequence of location references that are needed to form a range.
+The use of a sufficiently large number (such as <CODE>:min-range-length 100000</CODE>) avoids forming of ranges
+(unless your document has more than 100.000 pages and an index entry spans all of them; in this unlikely case, just increase
+the number sufficiently).
<SF>xindy</SF>s default value is&nbsp;2.
<P>
<P>