17, 2016 3:11 PM
To: Bob McIlvride ;
docbook-apps@lists.oasis-open.org
Subject: Re: [docbook-apps] Changing line spacing in variablelists
Hi Bob,
The extra space is coming from the element embedded in the listitem.
The para element generates a block with its own spacing coming from the
Hi Bob,
The extra space is coming from the element embedded in the
listitem. The para element generates a block with its own spacing coming
from the "para.properties" attribute-set. I was able to remove the
extra space by customizing para.properties as follows to make it
conditional:
Dear friends,
I want to remove all line spacing for list items in the PDF output of a
Docbook 4.5 document, using Saxon6.5.5 and Apache FOP. I've been able to do
this successfully, except for one line in variablelists. The spacing
between the term and listitem in a variablelist remains. I ha