source: trunk/Distribution/XSL/params/toc.indent.width.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: 867 bytes
Line 
1<refentry id="toc.indent.width">
2<refmeta>
3<refentrytitle>toc.indent.width</refentrytitle>
4<refmiscinfo role="type">float</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>toc.indent.width</refname>
8<refpurpose>Amount of indentation for TOC entries</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='toc.indent.width.frag'>
13<xsl:param name="toc.indent.width" select="24"/>
14</src:fragment>
15</refsynopsisdiv>
16
17<refsect1><title>Description</title>
18
19<para>Specifies, in points, the distance by which each level of the
20TOC is indented from its parent.</para>
21
22<para>This value is expressed in points, without
23a unit (in other words, it is a bare number). Using a bare number allows the stylesheet
24to perform calculations that would otherwise have to be performed by the FO processor
25because not all processors support expressions.</para>
26
27</refsect1>
28</refentry>
Note: See TracBrowser for help on using the repository browser.