$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Boostbook] Navigation links
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-06-30 08:20:08
>I must be tried all xsl params trying to do this. However, it seems that
>the
> only way is to merge everything. Thanks.
> Just one more question. The reason why I separated everything was because
> it
> was merging everything in the same page. When you talk about chapters it
> can
> be done differently?
You can control whether sections or chapters are on separate pages, and
whether the first section/chapter is on the first page or not using
xsl:param's, you can also control how deep the TOC goes etc. Take a look at
libs/math/doc/sf_and_dist/Jamfile.v2 for some examples.
HTH, John.