This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


* Alain NAKACHE; <alain@cal.fr> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]