From 62000f907f3cbdc7e91cf5ce275d4d588e40b04b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 28 May 2020 18:21:27 +0000 Subject: 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 --- Master/texmf-dist/doc/xindy/faq-4.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/doc/xindy') 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

-  (define-location-class ... :min-range-length none)
+  (define-location-class ... :min-range-length 100000)
 
-

The argument :min-range-length none avoids forming of ranges. -Arbitrary numbers instead of none define the minimum length of a -sequence of location references that are needed to form a range. +

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 :min-range-length 100000) 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). xindys default value is 2.

-- cgit v1.2.3