|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r75819 - in trunk/tools/quickbook/extra/cxx_committee: . html
From: bdawes_at_[hidden]
Date: 2011-12-05 21:54:00
Author: bemandawes
Date: 2011-12-05 21:53:59 EST (Mon, 05 Dec 2011)
New Revision: 75819
URL: http://svn.boost.org/trac/boost/changeset/75819
Log:
TR2 proposal work-in-progress
Added:
trunk/tools/quickbook/extra/cxx_committee/html/tr2.png (contents, props changed)
Text files modified:
trunk/tools/quickbook/extra/cxx_committee/Jamfile.v2 | 26 +++++++++++++++++---------
trunk/tools/quickbook/extra/cxx_committee/library_proposal.qbk | 2 +-
2 files changed, 18 insertions(+), 10 deletions(-)
Modified: trunk/tools/quickbook/extra/cxx_committee/Jamfile.v2
==============================================================================
--- trunk/tools/quickbook/extra/cxx_committee/Jamfile.v2 (original)
+++ trunk/tools/quickbook/extra/cxx_committee/Jamfile.v2 2011-12-05 21:53:59 EST (Mon, 05 Dec 2011)
@@ -11,25 +11,33 @@
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
}
-xml libproposalqbk
+xml libproposal
:
library_proposal.qbk
;
-boostbook proposal
+boostbook standalone
:
- libproposalqbk
+ libproposal
:
#<dependency>autodoc
- <xsl:param>boost.libraries=$(BOOST_ROOT)/libs/libraries.htm
+
+ #<xsl:param>boost.libraries=$(BOOST_ROOT)/libs/libraries.htm
#<xsl:param>boost.root=../../../../
<xsl:param>html.stylesheet=proposal.css
<xsl:param>doc.standalone=1
<xsl:param>nav.layout=none
- <xsl:param>toc.section.depth=2
- <xsl:param>section.autolabel=1
- <xsl:param>section.autolabel.max.depth=3
- <xsl:param>chapter.autolabel=0
- <xsl:param>navig.graphics=0
+ <xsl:param>generate.toc="article toc"
+ #<xsl:param>generate.toc="article toc section nop"
+ #<xsl:param>generate.toc="article nop section nop"
+ #<xsl:param>generate.section.toc.level=1
+ #<xsl:param>toc.section.depth=2
+ #<xsl:param>section.autolabel=1
+ #<xsl:param>section.autolabel.max.depth=3
+ #<xsl:param>chapter.autolabel=0
+ #<xsl:param>navig.graphics=0
+ <xsl:param>boost.image.src=tr2.png
+ <xsl:param>boost.image.w=100
+ <xsl:param>boost.image.h=50
;
\ No newline at end of file
Added: trunk/tools/quickbook/extra/cxx_committee/html/tr2.png
==============================================================================
Binary file. No diff available.
Modified: trunk/tools/quickbook/extra/cxx_committee/library_proposal.qbk
==============================================================================
--- trunk/tools/quickbook/extra/cxx_committee/library_proposal.qbk (original)
+++ trunk/tools/quickbook/extra/cxx_committee/library_proposal.qbk 2011-12-05 21:53:59 EST (Mon, 05 Dec 2011)
@@ -10,7 +10,7 @@
[/ TODO: The generated docs should contain boostinspect:nolicense ]
-[library Sample Proposal for the C++ Standard Library
+[article Sample Proposal for the C++ Standard Library Technical Report 2
[quickbook 1.5]
[purpose Sample library proposal for the C++ committee]
]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk