From 324e21032985142fc0e341d140a8e76974241529 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Wed, 5 Oct 2011 19:56:43 +0000 Subject: [PATCH] Support better customization of callout lists. --- xsl/params/callout.properties.xml | 23 +++++++++++++++++++ xsl/params/calloutlist.properties.xml | 32 +++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 xsl/params/callout.properties.xml create mode 100644 xsl/params/calloutlist.properties.xml diff --git a/xsl/params/callout.properties.xml b/xsl/params/callout.properties.xml new file mode 100644 index 000000000..d50b85f0a --- /dev/null +++ b/xsl/params/callout.properties.xml @@ -0,0 +1,23 @@ + + +callout.properties +attribute set + + +callout.properties +Properties that apply to the list-item generated by each callout within a calloutlist. + + + + + + +Description +Properties that apply to the fo:list-item generated by each callout within a calloutlist. Typically used to add spacing properties. + + diff --git a/xsl/params/calloutlist.properties.xml b/xsl/params/calloutlist.properties.xml new file mode 100644 index 000000000..18976bd3a --- /dev/null +++ b/xsl/params/calloutlist.properties.xml @@ -0,0 +1,32 @@ + + +calloutlist.properties +attribute set + + +calloutlist.properties +Properties that apply to each list-block generated by calloutlist. + + + + + 1em + 0.8em + 1.2em + 2.2em + 0.2em + + +Description +Properties that apply to the fo:list-block generated by calloutlist. +Typically used to adjust spacing or margins of the entire list. +Change the provisional-distance-between-starts attribute to +change the indent of the list paragraphs relative to the +callout numbers. + + -- 2.40.0