OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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ört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]