source: trunk/Distribution/XSL/params/article.appendix.title.properties.xml@ 2

Last change on this file since 2 was 2, checked in by jkacer, 18 years ago

Added all DocBook Framework stuff:

  • DocBook DTD
  • Transformation software FOP 0.20.5 and Saxon 6
  • XSL styles
  • Rexx scripts

Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).

File size: 979 bytes
Line 
1<refentry id="article.appendix.title.properties">
2<refmeta>
3<refentrytitle>article.appendix.title.properties</refentrytitle>
4<refmiscinfo role="type">attribute set</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>article.appendix.title.properties</refname>
8<refpurpose>Properties for appendix titles that appear in an article</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='article.appendix.title.properties.frag'>
13<xsl:attribute-set name="article.appendix.title.properties"
14 use-attribute-sets="section.title.properties
15 section.title.level1.properties">
16 <xsl:attribute name="margin-left">
17 <xsl:value-of select="$title.margin.left"/>
18 </xsl:attribute>
19</xsl:attribute-set>
20</src:fragment>
21</refsynopsisdiv>
22
23<refsect1><title>Description</title>
24
25<para>The properties for the title of an appendix that
26appears inside an article. The default is to use
27the properties of sect1 titles.</para>
28
29</refsect1>
30</refentry>
31
Note: See TracBrowser for help on using the repository browser.