This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] list item distance


This really should be a parameter, but it isn't.  The value 1.5em is hard
coded in the template in fo/lists.xsl with match="itemizedlist".  It does
provide one option: you can add a processing instruction, but you have to do
it inside each list:

<itemizedlist>
<?dbfo label-width="5mm" ?>
etc.

If you file a Feature Request on the DocBook SourceForge site, then this
could be improved in a future release.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "christian brugeron" <christian@barzoi.fr>
To: "DocBook Apps" <docbook-apps@lists.oasis-open.org>
Sent: Monday, October 11, 2004 2:37 AM
Subject: Re: [docbook-apps] list item distance


Thanks Bob,

Yes it's for PDF output after XML/XSL.

Is it possible to control the gap between the list circle and the text?

cb

Le 7 oct. 04, à 08:14, Bob Stayton a écrit :

> Can you be more specific about whether you are using DSSSL or XSL, and
> whether you are generating HTML or PDF output (I assume it is PDF
> output)?
>
> Bob Stayton
> Sagehill Enterprises
> DocBook Consulting
> bobs@sagehill.net
>
>
> ----- Original Message -----
> From: "christian brugeron" <christian@barzoi.fr>
> To: "DocBook Apps" <docbook-apps@lists.oasis-open.org>
> Sent: Tuesday, October 05, 2004 9:06 PM
> Subject: [docbook-apps] list item distance
>
>
>> Hello,
>>
>> Where is the parameter to control the distance between the 'disc' and
>> the listitem?
>>
>> I have found the vertical control, but not the horizontal one.
>>
>> Thanks
>>
>> Christian
>>
>>
>>
>
>





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]