123456789101112131415161718192021222324252627282930313233 |
- <refentry xmlns="http://docbook.org/ns/docbook"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="5.0" xml:id="refentry.pagebreak">
- <refmeta>
- <refentrytitle>refentry.pagebreak</refentrytitle>
- <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
- </refmeta>
- <refnamediv>
- <refname>refentry.pagebreak</refname>
- <refpurpose>Start each refentry on a new page</refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <src:fragment xml:id="refentry.pagebreak.frag"><xsl:param name="refentry.pagebreak" select="1"/></src:fragment>
- </refsynopsisdiv>
- <refsection><info><title>Description</title></info>
- <para>If non-zero (the default), each <tag>refentry</tag>
- element will start on a new page. If zero, a page
- break will not be generated between <tag>refentry</tag> elements.
- The exception is when the <tag>refentry</tag> elements are children of
- a <tag>part</tag> element, in which case the page breaks are always
- retained. That is because a <tag>part</tag> element does not generate
- a page-sequence for its children, so each <tag>refentry</tag> must
- start its own page-sequence.
- </para>
- </refsection>
- </refentry>
|