← Prev in month ← Prev in thread

term at the right of listitem for recto pages

From
"Mily Halle"
Date
2008-09-28T05:05:26+00:00
ID
Thread
term at the right of listitem for recto pages
Dear all,

I use variablelist through my whole docBook XML file in order to get one layout like the following example:

                     SECT1 TITLE

Motivation          Hier is one paragraph about Motivation

Situation           Hier is one paragraph about Situation    

                       Hier is another paragraph

(The code are listed at the end of this mail.) But in recto pages, I would like the following layout:

                            SECT1 TITLE

Hier is one paragraph about Motivation      Motivation

Hier is one paragraph about Situation       Situation

Hier is another paragraph

Could someone be so kind to tell me how to manage it?

(My code in docBook XML: )

<sect1>
 <title> SECT1 TITLE </title>
 <variablelist>    <?dbfo term-width="1.50in"?>

  <varlistentry>
    <term>Motivation</term>
    <listitem>  
    <para>Hier is one paragraph about Motivation</para>
    </listitem>
 </varlistentry>

 <varlistentry>
   <term>Situation</term>
  <listitem>
    <para>Hier is one paragraph about Situation</para>
  </listitem>
 </varlistentry>

   <varlistentry>
     <term></term>
     <listitem>
      <para>Hier is another paragraph.</para>
     </listitem>
   </varlistentry>
      
   </variablelist>
</sect1>

Thanks for any help!

Lily

-- 
Psssst! Schon vom neuen GMX MultiMessenger geh顤t? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
← Prev in month ← Prev in thread