2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-01 08:32:15 +00:00
Files
math/doc/Jamfile.v2
2006-12-12 17:25:29 +00:00

53 lines
1.1 KiB
Plaintext

# 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
:
<xsl:param>navig.graphics=1
<xsl:param>chunk.section.depth=10
<xsl:param>chunk.first.sections=1
<xsl:param>toc.section.depth=10
<xsl:param>toc.max.depth=4
<xsl:param>generate.section.toc.level=10
# this is needed for FOP-0.9 and later:
<xsl:param>fop1.extensions=1
# this is needed for FOP 0.2, but must not be set to zero for FOP-0.9!
<xsl:param>fop.extensions=0
<xsl:param>body.start.indent=0pt
<xsl:param>page.margin.inner=0.5in
<xsl:param>page.margin.outer=0.5in
<xsl:param>admon.graphics=1
<xsl:param>symbol.font.family=DejaVuSans,Symbol,ZapfDingbats
# set this one for PDF generation only:
#<xsl:param>admon.graphics.extension=".svg"
;