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="article.appendix.title.properties">
8 <refentrytitle>article.appendix.title.properties</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
12 <refname>article.appendix.title.properties</refname>
13 <refpurpose>Properties for appendix titles that appear in an article</refpurpose>
17 <src:fragment xml:id="article.appendix.title.properties.frag">
18 <xsl:attribute-set name="article.appendix.title.properties" use-attribute-sets="section.title.properties section.title.level1.properties">
19 <xsl:attribute name="margin-{$direction.align.start}">
20 <xsl:value-of select="$title.margin.left"/>
26 <refsection><info><title>Description</title></info>
28 <para>The properties for the title of an appendix that
29 appears inside an article. The default is to use
30 the properties of sect1 titles.</para>