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