> -----Original Message-----
> From: Jacques Foucry
>
> <calloutlist>
> <callout arearefs="num1 num2"><para>blablabla</para></callout>
> <callout arearefs="num3"><para>other blah</para></callout>
> </calloutlist>
>
> It works fine but space between the second callout bug and
> the text is
> too small. Is there "someting" to change the space between the bugs
> and the text ? May be for all calloutlist.
I have checked in an update to fo/lists.xsl that you can test with a
snapshot release. Now you can use the dbfo_label-width processing
instruction in calloutlists to specify the label width (the width available
for callout bugs), like this:
<calloutlist>
<?dbfo label-width="5em"?>
...
</calloutlist>
/MJ