jamfile.v2

来自「Boost provides free peer-reviewed portab」· V2 代码 · 共 37 行

V2
37
字号
# 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:        <xsl:param>boost.root=../../../..        # Path for libraries index:        <xsl:param>boost.libraries=../../../../libs/libraries.htm        # Use the main Boost stylesheet:        <xsl:param>html.stylesheet=../../../../doc/html/boostbook.css                # Some general style settings:        <xsl:param>table.footnote.number.format=1        <xsl:param>footnote.number.format=1        # HTML options first:        # Use graphics not text for navigation:        <xsl:param>navig.graphics=1        # How far down we chunk nested sections, basically all of them:        <xsl:param>chunk.section.depth=1        # Don't put the first section on the same page as the TOC:        <xsl:param>chunk.first.sections=0        # How far down sections get TOC's        <xsl:param>toc.section.depth=1    ;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?