Suggestions
Search:
 
Next:
latex.preamble.essential.index
Up:
Indices index.mod.xsl
Reference Section

Name

index|setindex — Process index [2.0.9] and setindex [2.0.9] elements

Synopsis

<xsl:template match="index|setindex">
<xsl:variable name="preamble" select="node()[not(self::indexinfo or self::setindexinfo or self::title or self::subtitle or self::titleabbrev or self::indexdiv or self::indexentry)]"/>
  ...
</xsl:template>

A. Description

Produce a chapter-level index (for books [2.0.9], or section-level for articles [2.0.9]) in LaTeX.

B. Pertinent Variables

There are no configuration variables for this template.

D. DocBook Compliance and LaTeX Notes

You will need to run your typesetter at least twice, and possibly three times, to have the index generated normally (you will also need to run the makeidx command).

This template requires LaTeX commands that are part of the “essential preamble”.

E. Samples and Tests

test_book.pdf from test_book/test.xml, test_index.pdf from test_index/test.xml, test_draft.pdf from test_draft/test.xml