Re: [quickbook and boostbook] sections and pages
John Maddock <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <C4F9B9A8E63B452F947AEB644B77E710@acerlaptop> |
> 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! Take a look at the Jamfile in libs/math/doc/sf_and_dist which messes with some of these. HTH, John.