This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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   peter_e@gmx.net   http://funkturm.homeip.net/~peter


----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]