1
2# Copyright John Maddock 2005. Use, modification, and distribution are
3# subject to the Boost Software License, Version 1.0. (See accompanying
4# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6using quickbook ;
7
8path-constant boost-images : ../../../doc/src/images ;
9
10xml static_assert : static_assert.qbk ;
11boostbook standalone
12    :
13        static_assert
14    :
15        <xsl:param>boost.root=../../../..
16        <xsl:param>nav.layout=none
17        <xsl:param>navig.graphics=0
18        # PDF Options:
19        # TOC Generation: this is needed for FOP-0.9 and later:
20        <xsl:param>fop1.extensions=0
21        # Or enable this if you're using XEP:
22        <xsl:param>xep.extensions=1
23        # TOC generation: this is needed for FOP 0.2, but must not be set to zero for FOP-0.9!
24        <xsl:param>fop.extensions=0
25        # No indent on body text:
26        <xsl:param>body.start.indent=0pt
27        # Margin size:
28        <xsl:param>page.margin.inner=0.5in
29        # Margin size:
30        <xsl:param>page.margin.outer=0.5in
31        # Yes, we want graphics for admonishments:
32        <xsl:param>admon.graphics=1
33        # Set this one for PDF generation *only*:
34        # default pnd graphics are awful in PDF form,
35        # better use SVG's instead:
36        <format>pdf:<xsl:param>admon.graphics.extension=".svg"
37        <format>pdf:<xsl:param>admon.graphics.path=$(boost-images)/
38        <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
39    ;
40