Re: [docbook-apps] customizing space before refsect elements

From
Bob Stayton <>
Date
2008-06-20T04:21:19+00:00
ID
B45B7DA6F17745B1A200C54013109D0D@sheeta
Thread
Re: [docbook-apps] customizing space before refsect elements
You can customize all titles that are not covered by special attribute sets 
by using the titlepage spec file mechanism.  It is described in my book:

http://www.sagehill.net/docbookxsl/HTMLTitlePage.html

Bob Stayton
Sagehill Enterprises



----- Original Message ----- 
From: "Erik Leunissen" <>
To: <>
Sent: Thursday, June 19, 2008 1:40 PM
Subject: [docbook-apps] customizing space before refsect elements


> Hello all,
>
> I'm looking for a way to modify the spacing before refsect1 titles. I
> found how to do that for section titles (see below).
>
> Does anybody know how to do that for refsect1 elements (or refsections
> in general) ?
>
> Thanks in advance,
>
> Erik Leunissen
> ==============
>
> <xsl:attribute-set name="section.title.properties">
>    <xsl:attribute name="space-before.optimum">1.0em</xsl:attribute>
>    <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
>    <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
> </xsl:attribute-set>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>
>
>