Re: [docbook-apps] Reducing space between figure and title?

From
"Cob Rtayton"
Date
2005-02-25T17:01:19+00:00
ID
006e01c51b5b$9339cda0$6b00a8c0@toshiro
Thread
Re: [docbook-apps] Reducing space between figure and title?
If you want to change it for printed output, see:
http://www.sagehill.net/docbookxsl/TitleFontSizes.html#FigureTitles

and in particular the last example that shows how to change a property for
just one of the formal elements using an xsl:choose statement.

For HTML output, use CSS styles.

Bob Stayton
Sagehill Enterprises
DocBook Consulting


----- Original Message ----- 
From: "Steffen Glückselig" <>
To: <>
Sent: Friday, February 25, 2005 2:29 AM
Subject: [docbook-apps] Reducing space between figure and title?

> Hello,
>
> With my stylesheet I've placed the titles below the figures:
>    <xsl:param name="formal.title.placement">
>      figure after
>      example before
>      equation before
>      table before
>      procedure before
>      task before
>    </xsl:param>
>
>
> Now I'd like to reduce the spacing between the figure and the title. How
would I do that?
>
>
> thanks and best regards
> Steffen
>
>