Suggestions |
---|
Search:
|
Next:
latex.preamble.essential.index |
Up:
Indices index.mod.xsl |
<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>
Produce a chapter-level index (for books [2.0.9], or section-level for articles [2.0.9]) in LaTeX.
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”.
test_book.pdf from test_book/test.xml, test_index.pdf from test_index/test.xml, test_draft.pdf from test_draft/test.xml