Boost C++ Libraries: Ticket #8545: Can quickbook support parts and chapters as well as sections? https://svn.boost.org/trac10/ticket/8545 <p> Currently the only "top level" structure supported is the section, but it would be very useful for longer documents have to have support for chapters, parts and appendixes as well. As far as I know these can't be implemented as templates as these get &lt;para&gt;...&lt;/para&gt; wrapped around them even when they're block templates. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8545 Trac 1.4.3 Daniel James Sun, 05 May 2013 12:44:29 GMT owner, status changed https://svn.boost.org/trac10/ticket/8545#comment:1 https://svn.boost.org/trac10/ticket/8545#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Joel de Guzman</span> to <span class="trac-author">Daniel James</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> That's coming in 1.6 (should be soonish, I want to get a few things fixed up, and then I'll post something to the list), which respects included documents' docinfo blocks. I'm already using this in the quickbook documentation. You can also use the <code>block</code> element to avoid wrapping html elements in paragraphs. </p> Ticket John Maddock Mon, 06 May 2013 16:21:34 GMT <link>https://svn.boost.org/trac10/ticket/8545#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8545#comment:2</guid> <description> <p> I've been experimenting with those features, and there's some bugs in the documentation for [bock]: </p> <pre class="wiki">[template chapter[title] [block'''&lt;chapter&gt;&lt;title&gt;'''[title]'''&lt;/title&gt;''']] [template chapterend [block'''&lt;/chapter&gt;''']] </pre><p> Should be: </p> <pre class="wiki">[template chapter[title] [block'''&lt;chapter&gt;&lt;title&gt;'''[title]'''&lt;/title&gt;''']] [template chapterend[] [block'''&lt;/chapter&gt;''']] </pre><p> Note the extra [] after chapterend. The original with the indent just formats everything as code... not sure if that's intentional? Probably should be thinking about it. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Mon, 06 May 2013 16:38:17 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8545#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8545#comment:3</guid> <description> <p> You're right. I was forgetful, it should be code. Changing that might break something. </p> </description> <category>Ticket</category> </item> </channel> </rss>