From b2f1a4e879d3013974e41674dbf684d816f1aa95 Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Kingston" Date: Tue, 14 Sep 2010 20:39:13 +0000 Subject: Lout 3.30. git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@29 9365b830-b601-4143-9ba8-b4a8e2c3339c --- doc/user/str_indx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/user/str_indx') diff --git a/doc/user/str_indx b/doc/user/str_indx index e836588..a68fc5d 100644 --- a/doc/user/str_indx +++ b/doc/user/str_indx @@ -329,6 +329,7 @@ their default values: @IndexTypeOrdinary { @PageNum } @IndexTypeMain { @B @PageNum } @IndexTypeSpecial { @I @PageNum } +@IndexRangeFormat { @From--@To } @IndexColumnNumber { 2 } @IndexColumnGap { 1.00c } @IndexCtd { Yes } @@ -387,6 +388,15 @@ If the value of a @Code pnformat option is not {@Code Ordinary}, itself is printed; it too may contain a @Code "@PageNum" symbol, as explained earlier. @PP +{@Code "@IndexRangeFormat"} gives the format to use when a page +number range, such as 5--8, is to be included in an index entry. +Within it the symbols @Code "@From" and @Code "To" stand for +the first and last page numbers respectively. These will always +be different when {@Code "@IndexRangeFormat"} is used; Lout knows +never to insert a range when the two end points are equal. The +default value just separates the two numbers by an en-dash with +no space. +@PP @Code "@IndexColumnNumber" and @Code "@IndexColumnGap" determine the indexcolumnnumber. @Index @Code "@IndexColumnNumber" indexcolumngap. @Index @Code "@IndexColumnGap" -- cgit