Re: DOCBOOK-APPS: XSL-FO - Howto obtain figures inside a box and titlebelow the figure ?

From
Alain NAKACHE <>
Date
2002-11-28T14:27:36+00:00
ID
Thread
Re: DOCBOOK-APPS: XSL-FO - Howto obtain figures inside a box and titlebelow the figure ?
At 15:55 28/11/02 +0200, Togan Muftuoglu wrote:
>* Alain NAKACHE; <> on 28 Nov, 2002 wrote:
>>2/ For title below the figure I used to configure DSSSL stylesheets as 
>>follows :
>>
>>(define ($object-titles-after$)
>>   ;; List of objects who's titles go after the object
>>   (list
>>     (normalize "figure")
>>     (normalize "table")))
>
>add the following to your personal stylesheet
>
><xsl:param name="formal.title.placement">
>figure after
>example before
>equation after
>table after
>procedure before
></xsl:param>

Great !! I missed this parameter in the Docbook XSL documentation.

Thanks.
Alain