refentry.pagebreak.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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="refentry.pagebreak">
  7. <refmeta>
  8. <refentrytitle>refentry.pagebreak</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>refentry.pagebreak</refname>
  13. <refpurpose>Start each refentry on a new page</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="refentry.pagebreak.frag"><xsl:param name="refentry.pagebreak" select="1"/></src:fragment>
  17. </refsynopsisdiv>
  18. <refsection><info><title>Description</title></info>
  19. <para>If non-zero (the default), each <tag>refentry</tag>
  20. element will start on a new page. If zero, a page
  21. break will not be generated between <tag>refentry</tag> elements.
  22. The exception is when the <tag>refentry</tag> elements are children of
  23. a <tag>part</tag> element, in which case the page breaks are always
  24. retained. That is because a <tag>part</tag> element does not generate
  25. a page-sequence for its children, so each <tag>refentry</tag> must
  26. start its own page-sequence.
  27. </para>
  28. </refsection>
  29. </refentry>