chunk.tocs.and.lots.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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. <refsynopsisdiv>
  16. <src:fragment xml:id="chunk.tocs.and.lots.frag">
  17. <xsl:param name="chunk.tocs.and.lots" select="0"/>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>If non-zero, ToC and LoT (List of Examples, List of Figures, etc.)
  22. will be put in a separate chunk. At the moment, this chunk is not in the
  23. normal forward/backward navigation list. Instead, a new link is added to the
  24. navigation footer.</para>
  25. <para>This feature is still somewhat experimental. Feedback welcome.</para>
  26. </refsection>
  27. </refentry>