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

From
Togan Muftuoglu <>
Date
2002-11-28T13:57:22+00:00
ID
Thread
Re: DOCBOOK-APPS: XSL-FO - Howto obtain figures inside a box and titlebelow the figure ?
* 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>

-- 

Togan Muftuoglu