From 3fd24182bee64ea2252aa494e5930c9c9924d1d2 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Thu, 9 Dec 2010 16:39:22 +0100 Subject: add significance tests to reports, some more report modifications --- docbook-xsl-1.76.1/params/sidebar.float.type.xml | 90 ++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 docbook-xsl-1.76.1/params/sidebar.float.type.xml (limited to 'docbook-xsl-1.76.1/params/sidebar.float.type.xml') diff --git a/docbook-xsl-1.76.1/params/sidebar.float.type.xml b/docbook-xsl-1.76.1/params/sidebar.float.type.xml new file mode 100644 index 0000000..8c6a286 --- /dev/null +++ b/docbook-xsl-1.76.1/params/sidebar.float.type.xml @@ -0,0 +1,90 @@ + + +sidebar.float.type +list +none +before +left +start +right +end +inside +outside + + +sidebar.float.type +Select type of float for sidebar elements + + + + +none + + + +Description + +Selects the type of float for sidebar elements. + + + +If sidebar.float.type is +none, then +no float is used. + + + +If sidebar.float.type is +before, then +the float appears at the top of the page. On some processors, +that may be the next page rather than the current page. + + + + +If sidebar.float.type is +left, +then a left side float is used. + + + + +If sidebar.float.type is +start, +then when the text direction is left-to-right a left side float is used. +When the text direction is right-to-left, a right side float is used. + + + + +If sidebar.float.type is +right, +then a right side float is used. + + + + +If sidebar.float.type is +end, +then when the text direction is left-to-right a right side float is used. +When the text direction is right-to-left, a left side float is used. + + + + +If your XSL-FO processor supports floats positioned on the +inside or +outside +of double-sided pages, then you have those two +options for side floats as well. + + + + + + -- cgit v1.2.3