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