Boost logo

Boost :

Subject: Re: [boost] [quickbook] Need some help.
From: John Maddock (boost.regex_at_[hidden])
Date: 2014-06-04 11:44:51


On 04/06/2014 16:20, Andrzej Krzemienski wrote:
> Hi,
> Could someone help me with quickbook format? How can I nest the [section]
> elements so that this nesting is reflected in the table of contents and
> html files?
>
> I have 2 levels of nesting of element [section]:
>
> [section A]
> [section AA]
> [endsect]
> [section AB]
> [endsect]
> [endsect]
>
> When generatin the html docs , sections AA and AB end up in the same html
> file. How can I change it? (So that they land in two different files)
> If it is possible, can I control it by section?

Not on a section by section basis, but global docbook formatting options
are documented:

* In the book: http://sagehill.net/docbookxsl/index.html
* In the Docbook XSL reference guide:
http://docbook.sourceforge.net/release/xsl/current/doc/reference.html

I generally set the chunking depth I want, and then use

[h4 Non page breaking header]

when I want a heading that doesn't chunk.

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk