summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/xindy-src/doc/manual-3.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/manual-3.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/manual-3.html')
-rw-r--r--Build/source/utils/xindy/xindy-src/doc/manual-3.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/utils/xindy/xindy-src/doc/manual-3.html b/Build/source/utils/xindy/xindy-src/doc/manual-3.html
index 3520de7f1ea..e00cf79c6f7 100644
--- a/Build/source/utils/xindy/xindy-src/doc/manual-3.html
+++ b/Build/source/utils/xindy/xindy-src/doc/manual-3.html
@@ -185,8 +185,8 @@ strings representing separators. Separators must follow the
keyword argument <CODE>:sep</CODE>. If the keyword <CODE>:min-range-length</CODE> is
specified we define the <EM>minimum range length</EM> to be used when
building ranges. The argument <CODE>num</CODE> must be a positive integer
-number or the keyword <CODE>none</CODE> in which case the building of ranges
-is disallowed. If the switch <CODE>:var</CODE> is specified the declared class
+number. Use a sufficiently large number (such as 10000) to disallow the building of ranges.
+If the switch <CODE>:var</CODE> is specified the declared class
is of type <EM>variable</EM>, i.e. it is a <EM>var-location-class</EM>. Since
building of ranges is currently only allowed for standard classes
<CODE>:var</CODE> and <CODE>:min-range-length</CODE> must not be used together. The
@@ -198,7 +198,7 @@ layers the hierarchy does contain. See command
<P>
<PRE>
(define-location-class "page-numbers" ("arabic-numbers")
- :minimum-range-length 3)
+ :min-range-length 3)
</PRE>
<P>Defines the location class <CODE>page-numbers</CODE> consisting of one layer
which is the alphabet <CODE>arabic-numbers</CODE>. Since the minimum