Re: [docbook-apps] Section spacing

From
Bob Stayton <>
Date
2011-03-01T17:56:01+00:00
ID
012101cbd839$e4942280$6600a8c0@pazu
Thread
Re: [docbook-apps] Section spacing
Hi,
Yes, there are other attribute sets like normal.para.spacing for sections.  See:

http://docbook.sourceforge.net/release/xsl/current/doc/fo/section.properties.html
http://docbook.sourceforge.net/release/xsl/current/doc/fo/section.level1.properties.html

Bob Stayton
Sagehill Enterprises



----- Original Message ----- 
From: "Bastian Ballmann" <>
To: <>
Sent: Monday, February 28, 2011 1:18 PM
Subject: [docbook-apps] Section spacing

Hi list,

I am using the docbook xslt stylesheets to transform the xml to fo and
afterwards to pdf. Let's say I've got the following xml:

<chapter>
  <section>
    <title>Title 1</title>
    <para>
text text
    </para>
  </section>
  <section>
    <title>Title 2</title>
  </section>
</chapter>

Is it possible to define the space between the two sections using a
variable like normal.para.spacing?

Thanks in advance & have a nice day!

Basti