1 <refentry xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 version="5.0" xml:id="chunk.tocs.and.lots">
8 <refentrytitle>chunk.tocs.and.lots</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
12 <refname>chunk.tocs.and.lots</refname>
13 <refpurpose>Should ToC and LoTs be in separate chunks?</refpurpose>
17 <src:fragment xml:id="chunk.tocs.and.lots.frag">
18 <xsl:param name="chunk.tocs.and.lots" select="0"/>
22 <refsection><info><title>Description</title></info>
24 <para>If non-zero, ToC and LoT (List of Examples, List of Figures, etc.)
25 will be put in a separate chunk. At the moment, this chunk is not in the
26 normal forward/backward navigation list. Instead, a new link is added to the
27 navigation footer.</para>
29 <para>This feature is still somewhat experimental. Feedback welcome.</para>