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