# Boost.cstdfloat documentation Jamfile.v2 # # Copyright Paul A. Bristow 2014. # Use, modification and distribution is 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) # boost-no-inspect # This builds a standalone version of the cstdfloat docs # using the same cstdfloat.qbk called from cstdfloat_header.qbk # The full math only uses cstdfloat.qbk. import modules ; path-constant images_location : html ; path-constant nav_images : html/images ; path-constant here : . ; using quickbook ; xml cstdfloat : cstdfloat_header.qbk ; using boostbook ; boostbook standalone : cstdfloat : # General settings # ================= # Path for links to Boost folder, for example: boost_1_55_0 or boost-trunk, relative to folder /doc/html. boost.root=../../../../.. # Path for libraries index: boost.libraries=../../../../../../libs/libraries.htm # Or a local custom stylesheet: #html.stylesheet=boostbook.css html.stylesheet=boostbook.css #nav.layout=none # No navigation bar (home, prev, next). # Defining creates a runtime error: Global parameter nav.layout already defined. nav.layout=horizontal # to get a horizontal navigation bar (you probably DO want this). # Path for links to Boost logo. #boost.image=Boost # options are: none (no logo), Boost (for boost.png), or your own logo, for example, inspired_by_boost.png #boost.image.src=boost.png # #boost.image.w=180 # Width of logo in pixels. (JM has W = 162, h = 46) #boost.image.h=90 # Height of logo in pixels. # 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 # Index on type: index.on.type=1 boost.noexpand.chapter.toc=1 #root.filename="sf_dist_and_tools" #graphicsize.extension=1 #use.extensions=1 # 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/html pdf:index.on.type=1 ; install pdf-install : standalone : PDF . cstdfloat.pdf ;