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


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

Table problems - JadeTex - overfull messages by little


Hello all,
	Very generic tables appear to print warnings in LaTeX.

The warnings:

==========>
Overfull \hbox (1.19998pt too wide) in alignment at lines 65--101
[] []
 []

Overfull \hbox (1.19998pt too wide) in alignment at lines 101--203
[] []
 []

Underfull \vbox (badness 10000) detected at line 203
 []

==========<

Attached sample .sgml/.tex/.dvi files.

Using db152.zip.

Thanks,
Simos Xenitellis
----

E-mails: S.Xenitellis@rhbnc.ac.uk simos@hellug.gr
	 simos@teiath.gr 	  simos@openca.org

table.tex

<!DOCTYPE table PUBLIC "-//OASIS//DTD DocBook V3.1//EN">      
<TABLE TOCENTRY="1" FRAME="ALL">
    <TITLE>My Table</TITLE>
    <TGROUP COLS=2>
      <THEAD>
        <ROW>
          <ENTRY>Table name</ENTRY>
          <ENTRY>Table Age</ENTRY>
        </ROW>
      </THEAD>
      <TBODY>
        <ROW>
          <ENTRY>Oak</ENTRY>
          <ENTRY>59</ENTRY>
        </ROW>
        <ROW>
          <ENTRY>Cork</ENTRY>
          <ENTRY>88</ENTRY>
        </ROW>
        <ROW>
          <ENTRY>Tin</ENTRY>
          <ENTRY>9</ENTRY>
        </ROW>
      </TBODY>
    </TGROUP>
</TABLE>

table.dvi


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