Node:sect 1.9, Previous:sect 1.8, Up:chap 1



Indexes

After the body and after the optional appendix, can be placed one or more analytic index. This is obtained with a special heading element: indexheading. This can be used only in conjunction with printindex to define the type of index to include. The example should be clear enough:

...
<indexheading>Index of functions</indexheading>
<printindex name="fn">
<indexheading>Concept index</indexheading>
<printindex name="cp">
...
</sgmltexi>

As can be seen from the example, printindex has an attribute, name, that tells the type of index to include. In fact, this way is generated the Texinfo command @printindex.