Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
add TOCs on chunked pages, by sections refs #3193
Browse files Browse the repository at this point in the history
this only adds the docbook directive, the sections and anchors
themselves must be provided by local page edits as described
in the issue.

refs #3193
  • Loading branch information
dnsmichi committed Sep 26, 2012
1 parent c292d46 commit 21aa638
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xsl/html-chunked.xsl
Expand Up @@ -41,6 +41,9 @@
<!-- toc 2 deep -->
<xsl:param name="toc.section.depth">2</xsl:param>

<!-- section toc 2 deep -->
<xsl:param name="generate.section.toc.level">2</xsl:param>

<!-- section numbering -->
<xsl:param name="section.autolabel">1</xsl:param>
<xsl:param name="section.label.includes.component.label">1</xsl:param>
Expand Down

0 comments on commit 21aa638

Please sign in to comment.