# Copyright John Maddock 2011. 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 ; using auto-index ; path-constant images_location : html ; path-constant here : . ; xml multiprecision : multiprecision.qbk ; boostbook standalone : multiprecision : # Path for links to Boost: boost.root=../../../.. # Some general style settings: table.footnote.number.format=1 footnote.number.format=1 #html.stylesheet=../../../../doc/src/boostbook.css # 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=10 # 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 # Index on type: index.on.type=1 html.stylesheet=multiprecision.css # Local variant for multiprecision, # extending 'standard' BOOST_ROOT/doc/src/boostbook.css with # @import url('../../../../doc/src/boostbook.css'); # in location multiprecision/doc/html/multiprecision.css # PDF Options: # TOC Generation: this is needed for FOP-0.9 and later: fop1.extensions=0 pdf:xep.extensions=1 # TOC generation: this is needed for FOP 0.2, but must not be set to zero for FOP-0.9! pdf:fop.extensions=0 pdf:fop1.extensions=0 # No indent on body text: pdf:body.start.indent=0pt # Margin size: pdf:page.margin.inner=0.5in # Margin size: pdf:page.margin.outer=0.5in # Paper type = A4 pdf: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: pdf:admon.graphics.extension=".svg" pdf:use.role.for.mediaobject=1 pdf:preferred.mediaobject.role=print pdf:img.src.path=$(images_location)/ pdf:draft.mode="no" pdf:boost.url.prefix=http\://www.boost.org/doc/libs/release/libs/math/doc/sf_and_dist/html # Index generation: on $(here)/index.idx $(here)/../../.. on html:on enable_index pdf:index.on.type=1 ; install pdfinstall : standalone : . PDF multiprecision.pdf ; ############################################################################### alias boostdoc ; explicit boostdoc ; alias boostrelease : standalone ; explicit boostrelease ;