From: Norman Walsh Date: Mon, 13 May 2002 13:38:31 +0000 (+0000) Subject: Support spacing=compact on itemizedlist and orderedlist (Bug #501063) X-Git-Tag: release/1.79.1~6^2~5705 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09d5653a8bb0d5ad4372dc80c65a1109129b93df;p=docbook-dsssl Support spacing=compact on itemizedlist and orderedlist (Bug #501063) --- diff --git a/xsl/fo/lists.xsl b/xsl/fo/lists.xsl index 51272646a..ea1dff01e 100644 --- a/xsl/fo/lists.xsl +++ b/xsl/fo/lists.xsl @@ -50,7 +50,7 @@ - + @@ -70,7 +70,20 @@ - + + + + + + + + + + + + + + @@ -114,7 +127,7 @@ - + @@ -130,7 +143,20 @@ - + + + + + + + + + + + + + + + diff --git a/xsl/fo/param.xweb b/xsl/fo/param.xweb index feac37e96..4f6294c08 100644 --- a/xsl/fo/param.xweb +++ b/xsl/fo/param.xweb @@ -302,6 +302,7 @@ zero by default, so this is simply the page-master region-left. Lists &list.block.spacing; &list.item.spacing; +&compact.list.item.spacing; Cross References @@ -399,6 +400,7 @@ around all these parameters. + diff --git a/xsl/params/compact.list.item.spacing.xml b/xsl/params/compact.list.item.spacing.xml new file mode 100644 index 000000000..43a1b6951 --- /dev/null +++ b/xsl/params/compact.list.item.spacing.xml @@ -0,0 +1,19 @@ + + +compact.list.item.spacing +What space do you want between list items (when spacing=compact)? + + + + + 0em + 0em + 0.2em + + +Description +Specify what spacing you want between each list item when +spacing is +compact. + +