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="article.appendix.title.properties"> | |
7 <refmeta> | |
8 <refentrytitle>article.appendix.title.properties</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>article.appendix.title.properties</refname> | |
13 <refpurpose>Properties for appendix titles that appear in an article</refpurpose
> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
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.propertie
s"> | |
19 <xsl:attribute name="margin-{$direction.align.start}"> | |
20 <xsl:value-of select="$title.margin.left"/> | |
21 </xsl:attribute> | |
22 </xsl:attribute-set> | |
23 </src:fragment> | |
24 </refsynopsisdiv> | |
25 | |
26 <refsection><info><title>Description</title></info> | |
27 | |
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> | |
31 | |
32 </refsection> | |
33 </refentry> | |
OLD | NEW |