From: Bob Stayton Date: Mon, 1 May 2006 04:47:52 +0000 (+0000) Subject: Set properties for pgwide="1" objects. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b1e3ab55868823d3a16303ab4bc66bf84ca33ac;p=docbook-dsssl Set properties for pgwide="1" objects. --- diff --git a/xsl/params/pgwide.properties.xml b/xsl/params/pgwide.properties.xml new file mode 100644 index 000000000..e3aa8e942 --- /dev/null +++ b/xsl/params/pgwide.properties.xml @@ -0,0 +1,43 @@ + + +pgwide.properties +Properties to make a figure or table page wide. + + + + + + + 0pt + + + + +Description + +This attribute set is used to set the properties +that make a figure or table "page wide" in fo output. +It comes into effect when an attribute pgwide="1" +is used. + + + +By default, it sets start-indent +to 0pt. +In a stylesheet that sets the parameter +body.start.indent +to a non-zero value in order to indent body text, +this attribute set can be used to outdent pgwide +figures to the left margin. + + +If a document uses a multi-column page layout, +then this attribute set could try setting span +to a value of all. However, this may +not work with some processors because a span property must be on an +fo:block that is a direct child of fo:flow. It may work in +some processors anyway. + + + +