28 lines
1 KiB
XML
Vendored
28 lines
1 KiB
XML
Vendored
<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="toc.spacer.graphic">
|
|
<refmeta>
|
|
<refentrytitle>toc.spacer.graphic</refentrytitle>
|
|
<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>toc.spacer.graphic</refname>
|
|
<refpurpose>Use graphic for TOC spacer?</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment xml:id="toc.spacer.graphic.frag">
|
|
<xsl:param name="toc.spacer.graphic" select="1"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsection><info><title>Description</title></info>
|
|
<para>If non-zero, the indentation in the TOC will be accomplished
|
|
with the graphic identified by <varname>toc.spacer.image</varname>.
|
|
</para>
|
|
<para>Only applies with the tabular presentation is being used.</para>
|
|
</refsection>
|
|
</refentry>
|