Boost logo

Boost Users :

From: Darren Garvey (lists.drrngrvy_at_[hidden])
Date: 2007-03-17 16:25:09


Hi John,

On 17/03/07, John Maddock <john_at_[hidden]> wrote:
>
> <snip>
>
> boostbook standalone
> :
> math
> :
> # HTML options first:
> # Use graphics not text for navigation:
> <xsl:param>navig.graphics=1
> # How far down we chunk nested sections, basically all of them:
> <xsl:param>chunk.section.depth=10
> # Don't put the first section on the same page as the TOC:
> <xsl:param>chunk.first.sections=1
> # How far down sections get TOC's
> <xsl:param>toc.section.depth=10
> # Max depth in each TOC:
> <xsl:param>toc.max.depth=4
> # How far down we go with TOC's
> <xsl:param>generate.section.toc.level=10
>
> <snip>

This actually split everything up into sections. The comments were very
helpful: 'chunk' seems an ambiguous word to me in this context. :)

The options you need to change are the "chunking" ones, these are documented
> in the Docbook XSL guide:
> http://docbook.sourceforge.net/release/xsl/current/doc/. Hopefully that's
> enough to put you on the right track.

I got it now (<xsl:param>chunk.section.depth=0), so thanks very much for the
help!

Darren



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net