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
     ;


-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

-------------------------------------------------------------------------
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