source: trunk/Distribution/XSL/params/toc.margin.properties.xml

Last change on this file 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: 961 bytes
Line 
1<refentry id="toc.margin.properties">
2<refnamediv>
3<refname>toc.margin.properties</refname>
4<refpurpose>Margin properties used on Tables of Contents</refpurpose>
5</refnamediv>
6
7<refsynopsisdiv>
8<src:fragment id='toc.margin.properties.frag'>
9<xsl:attribute-set name="toc.margin.properties">
10 <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute>
11 <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
12 <xsl:attribute name="space-before.maximum">2em</xsl:attribute>
13 <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
14 <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
15 <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
16</xsl:attribute-set>
17</src:fragment>
18</refsynopsisdiv>
19
20<refsect1><title>Description</title>
21<para>This attribute set is used on Tables of Contents. These attributes are set
22on the wrapper that surrounds the ToC block, not on each individual lines.</para>
23</refsect1>
24</refentry>
Note: See TracBrowser for help on using the repository browser.