OLD | NEW |
| (Empty) |
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="list.block.properties"> | |
7 <refmeta> | |
8 <refentrytitle>list.block.properties</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>list.block.properties</refname> | |
13 <refpurpose>Properties that apply to each list-block generated by list.</refpurp
ose> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="list.block.properties.frag"><xsl:attribute-set name="list.
block.properties"> | |
18 <xsl:attribute name="provisional-label-separation">0.2em</xsl:attribute> | |
19 <xsl:attribute name="provisional-distance-between-starts">1.5em</xsl:attribute
> | |
20 </xsl:attribute-set></src:fragment> | |
21 </refsynopsisdiv> | |
22 <refsection><info><title>Description</title></info> | |
23 <para>Properties that apply to each fo:list-block generated by itemizedlist/orde
redlist.</para> | |
24 </refsection> | |
25 </refentry> | |
OLD | NEW |