blob: d1a30c93b750f0d75aedfc980989a95510c5666d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<refentry id="section.level5.properties">
<refmeta>
<refentrytitle>section.level5.properties</refentrytitle>
<refmiscinfo role="type">attribute set</refmiscinfo>
</refmeta>
<refnamediv>
<refname>section.level5.properties</refname>
<refpurpose>Properties for level-5 sections</refpurpose>
</refnamediv>
<refsynopsisdiv>
<src:fragment id='section.level5.properties.frag'>
<xsl:attribute-set name="section.level5.properties"
use-attribute-sets="section.properties">
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>The properties that apply to the containing
block of a level-5 section, and therefore apply to
the whole section. This includes <sgmltag>sect5</sgmltag>
elements and <sgmltag>section</sgmltag> elements at level 5.
</para>
<para>For example, you could start each level-5 section on
a new page by using:</para>
<programlisting><xsl:attribute-set name="section.level5.properties">
<xsl:attribute name="break-before">page</xsl:attribute>
</xsl:attribute-set>
</programlisting>
<para>This attribute set inherits attributes from the
general <sgmltag>section.properties</sgmltag> attribute set.
</para>
</refsect1>
</refentry>
|