# Copyright John Maddock 2005. Use, modification, and distribution are # subject to the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) using quickbook ; xml math : math.qbk ; boostbook standalone : math : # Path for links to Boost: boost.root=$(boost-root) # Path for libraries index: boost.libraries=$(boost-root)/libs/libraries.htm # Use the main Boost stylesheet: html.stylesheet=../../../../../../trunk/doc/html/boostbook.css # Some general style settings: table.footnote.number.format=1 footnote.number.format=1 # HTML options first: # Use graphics not text for navigation: navig.graphics=1 # How far down we chunk nested sections, basically all of them: chunk.section.depth=10 # Don't put the first section on the same page as the TOC: chunk.first.sections=1 # How far down sections get TOC's toc.section.depth=10 # Max depth in each TOC: toc.max.depth=4 # How far down we go with TOC's generate.section.toc.level=10 root.filename="sf_dist_and_tools" # PDF Options: # TOC Generation: this is needed for FOP-0.9 and later: # fop1.extensions=1 xep.extensions=1 # TOC generation: this is needed for FOP 0.2, but must not be set to zero for FOP-0.9! fop.extensions=0 # No indent on body text: body.start.indent=0pt # Margin size: page.margin.inner=0.5in # Margin size: page.margin.outer=0.5in # Paper type = A4 paper.type=A4 # Yes, we want graphics for admonishments: admon.graphics=1 # Set this one for PDF generation *only*: # default pnd graphics are awful in PDF form, # better use SVG's instead: # admon.graphics.extension=".svg" ; xml quaternion : quaternion.qbk ; boostbook quat_standalone : quaternion : # Path for links to Boost: boost.root=$(boost-root) # Path for libraries index: boost.libraries=$(boost-root)/libs/libraries.htm # Use the main Boost stylesheet: html.stylesheet=../../../../../../trunk/doc/html/boostbook.css # Some general style settings: table.footnote.number.format=1 footnote.number.format=1 # HTML options first: # Use graphics not text for navigation: navig.graphics=1 # How far down we chunk nested sections, basically all of them: chunk.section.depth=10 # Don't put the first section on the same page as the TOC: chunk.first.sections=1 # How far down sections get TOC's toc.section.depth=10 # Max depth in each TOC: toc.max.depth=4 # How far down we go with TOC's generate.section.toc.level=10 root.filename="quaternion" # PDF Options: # TOC Generation: this is needed for FOP-0.9 and later: # fop1.extensions=1 xep.extensions=1 # TOC generation: this is needed for FOP 0.2, but must not be set to zero for FOP-0.9! fop.extensions=0 # No indent on body text: body.start.indent=0pt # Margin size: page.margin.inner=0.5in # Margin size: page.margin.outer=0.5in # Paper type = A4 paper.type=A4 # Yes, we want graphics for admonishments: admon.graphics=1 # Set this one for PDF generation *only*: # default pnd graphics are awful in PDF form, # better use SVG's instead: # admon.graphics.extension=".svg" ;