OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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
bobs@sagehill.net


----- Original Message ----- 
From: "Bastian Ballmann" <balle@chaostal.de>
To: <docbook-apps@lists.oasis-open.org>
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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]