Re: [docbook-apps] Chapter Title Customizations and Spacing

From
David Tolpin <>
Date
2004-02-03T06:16:53+00:00
ID
Thread
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