I try it It doesn't work with fop 0.20.5 My text: <fo:list-item-body start-indent="body-start()"> <fo:block>My Text</fo:block> </fo:list-item-body>
is not at 0.3cm of fo:list-item-label. Someone can help me? Thanks a lot jf <fo:list-block provisional-label-separation="0.3cm" space-after="0.8cm" font-size="10px" text-align="justify"> <fo:list-item> <fo:list-item-label end-indent="label-end()"> <fo:block> <fo:inline font-size="18pt" font-weight="bold" font-family="Symbol">.</fo:inline> </fo:block> </fo:list-item-label> <fo:list-item-body start-indent="body-start()"> <fo:block>My Text</fo:block> </fo:list-item-body> </fo:list-item> </fo:list-block> ----- Original Message ----- From: "Chris Bowditch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 12, 2004 6:09 PM Subject: Re: How can I specify the value of the tabulation add after the end of fo:list-item-label by body-start() function? > Selber Jean-François wrote: > > > Hello > > > > I want to do a list > > How Can I specify the space beetween fo:list-item-label and > > fo:list-item-body > > I want my fo:list-item-body always start at 0.3cm of the end of all my > > different fo:list-item-label (example of diffrent list-item : > > You need to specify the property provisional-label-separation on the > list-block. The body-start() function should do the rest. I havent tested it, > but the compliance page says this is implemented. Report back if you have any > problems. > > <snip/> > > Chris > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]