OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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

 




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]