OLD | NEW |
| (Empty) |
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"> | |
7 <refmeta> | |
8 <refentrytitle>chunk.tocs.and.lots</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>chunk.tocs.and.lots</refname> | |
13 <refpurpose>Should ToC and LoTs be in separate chunks?</refpurpose> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="chunk.tocs.and.lots.frag"> | |
18 <xsl:param name="chunk.tocs.and.lots" select="0"/> | |
19 </src:fragment> | |
20 </refsynopsisdiv> | |
21 | |
22 <refsection><info><title>Description</title></info> | |
23 | |
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> | |
28 | |
29 <para>This feature is still somewhat experimental. Feedback welcome.</para> | |
30 | |
31 </refsection> | |
32 </refentry> | |
OLD | NEW |