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] Chapter Title Customizations and Spacing


>
> I hope I haven't made too much typing errors in the code.

I have; block should have been there instead of para. 

<list-block>
  <list-item 
      provisional-label-separation="1em" 
      provisional-distance-between-starts="8em">
    <list-item-label end-indent="label-end()">
      <block>1.</block>
    </list-item-label>
    <list-item-body start-indent="body-start()">
      <block>Title 1</block> 
    </list-item-body>
  </list-item>
</list-block>

David


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