mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Add AutoIndex tool from sandbox.
Integrate into Boost.Build. Add HTML stylesheet options for Indexes. Add rule to XSL stylesheets to place Indexes in their own HTML CSS class. [SVN r72962]
This commit is contained in:
parent
50743c43e2
commit
70aadf5edf
@ -317,4 +317,8 @@ set toc,title
|
|||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="itemizedlist[@role = 'index']" mode="class.value">
|
||||||
|
<xsl:value-of select="'index'"/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user