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] | [Elist Home]


Subject: DOCBOOK-APPS: docbook rtf print table problem


I'm having a problem with <table> when generating rtf output. The
problem is that the current page or paragraph indentation seems to be
inherited by every table box. This causes too much space to be placed
between the left rule and start of text in every box. This problem
does not occur when using <informaltable>, but I need formal tables in
my document.  I'm viewing and printing the resulting rtf file using MS
Word. HTML versions of tables come out fine.

Versions

- Windows NT 4.0 SP 3
- docbook 3.1
- jade 1.2.1
- stylesheets 1.54
- MS Word from Office 97

Source (table.sgml)

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<article>
<artheader>
   <author><firstname>John</><surname>Rhoades</></author>
   <title>A Simple Table Example</title>
</artheader>
   <para>Here is a simple table.</>
   <table>
      <title>Simple Table</>
      <tgroup cols="3">
         <thead>
            <row>
               <entry>col 1</> <entry>col 2</> <entry>col 3</>
            </row>
         </thead>
         <tbody>
            <row>
               <entry>r1c0</> <entry>r1c1</> <entry>r1c2</>
            </row>
            <row>
               <entry>a</> <entry>b</> <entry>c</>
            </row>
         </tbody>
      </tgroup>
   </table>
</article>

/s John Rhoades


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


Powered by eList eXpress LLC