summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xindy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-28 18:21:27 +0000
committerKarl Berry <karl@freefriends.org>2020-05-28 18:21:27 +0000
commit62000f907f3cbdc7e91cf5ce275d4d588e40b04b (patch)
tree0dd9a38ff74161e58539984265692b34d980545b /Master/texmf-dist/doc/xindy
parent56c26088816db76b3b76ce8c3dc305d44898ee9d (diff)
xindy doc and makeindex.xdy updates from J\"urgen S, per source patches
git-svn-id: svn://tug.org/texlive/trunk@55317 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xindy')
-rw-r--r--Master/texmf-dist/doc/xindy/faq-4.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/xindy/faq-4.html b/Master/texmf-dist/doc/xindy/faq-4.html
index 81052562f1d..3a57b7ac8ad 100644
--- a/Master/texmf-dist/doc/xindy/faq-4.html
+++ b/Master/texmf-dist/doc/xindy/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>