docbook-apps

  • 1.  Multi callout

    Posted 09-23-2007 21:08
    Hello All,

    I use a lot of callout and calloutlist. Sometime 2 numbers share the
    same explanation. So in the calloutlist I use that to have the two
    numbers in the same line :

    <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.

    Thanks in advance,
    Jacques
    --
    « Mac OS X Server à votre Service » est épuisé.
    Vous pouvez désormais l'acquérir en PDF
    <http://www.foucry.net/Redaction/service/service.html>




  • 2.  RE: [docbook-apps] Multi callout

    Posted 09-27-2007 17:46
    > -----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>

    ...
    </calloutlist>

    /MJ







  • 3.  Re: [docbook-apps] Multi callout

    Posted 10-05-2007 16:43
    On 27 sept. 07, at 19:45, Mauritz Jeanson wrote:

    > <calloutlist>
    >
    > ...
    > </calloutlist>


    Yes, it works. Thanks a lot for your help, and sorry to answer so late
    but I was out of my office and home for the last three weeks.

    I will try to redefine calloutlist in my custom stylesheet to make the
    change for all the callout list.

    Thanks,

    Jacques
    --
    « Mac OS X Server à votre Service » est épuisé.
    Vous pouvez désormais l'acquérir en PDF
    <http://www.foucry.net/Redaction/service/service.html>