From 09d5653a8bb0d5ad4372dc80c65a1109129b93df Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 13 May 2002 13:38:31 +0000 Subject: [PATCH] Support spacing=compact on itemizedlist and orderedlist (Bug #501063) --- xsl/fo/lists.xsl | 34 +++++++++++++++++++++--- xsl/fo/param.ent | 1 + xsl/fo/param.xweb | 2 ++ xsl/params/compact.list.item.spacing.xml | 19 +++++++++++++ 4 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 xsl/params/compact.list.item.spacing.xml 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. + + -- 2.40.0