← Prev in month ← Prev in thread
Next in thread → Next in month →

DOCBOOK-APPS: Odd list formatting, another

From
Peter Eisentraut <>
Date
2001-10-04T20:05:44+00:00
ID
Thread
DOCBOOK-APPS: Odd list formatting, another
DocBook 3.1, DSSSL stylesheets 1.70, Jadetex 3.10

Consider this document:

<variablelist>

 <varlistentry>
  <term>TERM1</term>
  <listitem>
   <para>
    some text
   </para>
  </listitem>
 </varlistentry>

 <varlistentry>
  <term>TERM2</term>
  <listitem>
   <para>
    one paragraph
   </para>
   <para>
    another paragraph
   </para>
  </listitem>
 </varlistentry>

 <varlistentry>
  <term>TERM3</term>
  <listitem>
   <para>
    even more text
   </para>
  </listitem>
 </varlistentry>

</variablelist>

gets formatted as:

TERM1

    some text

TERM2

    one paragraph

    another paragraph


TERM3

    even more text

Note that above "TERM3" there are, by eye-ball measure, about 2 or 3 blank
lines, at least a lot more than there should be.

I have looked at the code and it's definitely a stylesheet issue.  Does
someone have a fix for this or feel like working on one?

-- 
Peter Eisentraut      http://funkturm.homeip.net/~peter
← Prev in month ← Prev in thread
Next in thread → Next in month →