Hi John,
<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>
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.