Rene Rivera wrote:
> Michael Marcin wrote:
>> If not how can I suppress this header?  As a bonus it'd be nice to
>> be able to configure my own header as a replacement without breaking
>> Boost documentation (i.e. it'd have to be configurable at the qbk or
>> Jamfile level).
>
> There is some customization possible at the BoostBook level by
> specifying some XSLT options. For example I use it to do some client
> docs and hence remove the header and put in a different logo with:
>
>
> boostbook mydocs
>     :
>         mydocs.qbk
>     :
>         <xsl:param>boost.root=..
>         <xsl:param>boost.image.src=images/logo.gif
>         <xsl:param>nav.layout=none
>         <xsl:param>toc.max.depth=3
>         <xsl:param>toc.section.depth=3
>         <xsl:param>chunk.section.depth=3
>     ;

Thanks you,

Using your params I got halfway there, using them with google I found this:

http://tinyurl.com/yehw8o (bottom of page)

which completed it.

Thanks again,

Michael Marcin 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to