RE: [docbook-apps] Multi callout

From
Mauritz Jeanson <>
Date
2007-09-27T17:46:26+00:00
ID
003c01c8012e$42ff4c50$71ea1a51@D7MZ171J
Thread
RE: [docbook-apps] Multi callout
> -----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