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="blurb.on.titlepage.enabled">
8 <refentrytitle>blurb.on.titlepage.enabled</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
12 <refname>blurb.on.titlepage.enabled</refname>
13 <refpurpose>Display personblurb and authorblurb on title pages?</refpurpose>
17 <src:fragment xml:id="blurb.on.titlepage.enabled.frag">
18 <xsl:param name="blurb.on.titlepage.enabled" select="0"/>
22 <refsection><info><title>Description</title></info>
24 <para>If non-zero, output from <tag>authorblurb</tag> and
25 <tag>personblurb</tag> elements is displayed on title pages. If zero
26 (the default), output from those elements is suppressed on title pages
27 (unless you are using a <literal>titlepage</literal> customization
28 that causes them to be included).</para>