Re: [quickbook and boostbook] sections and pages
Julian Gonggrijp <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <[email protected]> |
John Maddock wrote: >> I'm fooling around with sections and it struck me that only the >> top-level sections are isolated on separate pages. How can I let >> quickbook/boostbook/bjam know that I want the subsections to be on >> separate pages as well? > > This is really a docbook question, rather than a quickbook one, but basically all the XSL params you need are documented here: http://docbook.sourceforge.net/release/xsl/current/doc/html/index.html under "chunking", and as you can see there are quite a few options to choose from! Yes! That's a really useful page, thank you! chunk.section.depth seems to be the setting I need. > Take a look at the Jamfile in libs/math/doc/sf_and_dist which messes with some of these. Thanks, that's a nice example. -Julian