I fixed your table: +-------+ | 1 2 | +===+===+ | 3 | 4 | +---+---+
+----------------------------------------------------------------------+ | Another way of showing an overview of the content | +=================================+====================================+ | Overview | howto | | with some text here | with some other text here | +---------------------------------+------------------------------------+ | Reports | vinoXML | | with again some text here | and again some text here | | | | +---------------------------------+------------------------------------+ +----------------------------------------------------------------------+ | This is converted fragment of ChangeLog | +============+=========================================================+ | 5 Apr 2005 | - FIX: [HTML] properly indent preformatted | | | text when first line has bigger | | | indentation than next ones | | | - CHG: [LaTeX] improve displaying | | | of field lists | +------------+---------------------------------------------------------+ | 6 Apr 2005 | - ADD: Rawlatex directive | | | - ADD: [HTML] use counters in CSS for | | | numbering of table of contents | | | and sections in text. At the moment | | | this numbering can be seen only in | | | Konqueror 3.4 and Opera ver. ? | +------------+---------------------------------------------------------+ First line should use '-' but not '=', and for second table, > +======================================================================+ > | Another way of showing an overview of the content | > +=================================+====================================+ > | Overview | howto | > | with some text here | with some other text here | > +---------------------------------+------------------------------------| > | Reports | vinoXML | > | with again some text here | and again some text here | > +---------------------------------+------------------------------------+ the third line should be: +---------------------------------+------------------------------------+ the last character should be '+', but not '|' On Fri, Dec 5, 2008 at 6:28 PM, Werner F. Bruhin <[EMAIL PROTECTED]> wrote: > I am having problems with tables in a .rst doc. Asking on the Sphinx > list it seems that I do them correctly but they don't format as expected. > > When I do the ReST view in UliPad I see the same problem. > > Has anyone come across this problem and has a solution? > > Werner > > P.S. > I attach a small test .rst file > > > > +=======+ > | 1 2 | > +===+===+ > | 3 | 4 | > +---+---+ > > > +======================================================================+ > | Another way of showing an overview of the content | > +=================================+====================================+ > | Overview | howto | > | with some text here | with some other text here | > +---------------------------------+------------------------------------| > | Reports | vinoXML | > | with again some text here | and again some text here | > +---------------------------------+------------------------------------+ > > +======================================================================+ > | This is converted fragment of ChangeLog | > +============+=========================================================+ > | 5 Apr 2005 | - FIX: [HTML] properly indent preformatted | > | | text when first line has bigger | > | | indentation than next ones | > | | - CHG: [LaTeX] improve displaying | > | | of field lists | > +------------+---------------------------------------------------------+ > | 6 Apr 2005 | - ADD: Rawlatex directive | > | | - ADD: [HTML] use counters in CSS for | > | | numbering of table of contents | > | | and sections in text. At the moment | > | | this numbering can be seen only in | > | | Konqueror 3.4 and Opera ver. ? | > +------------+---------------------------------------------------------+ > > > -- I like python! UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/ UliWeb <<simple web framework>>: http://uliwebproject.appspot.com My Blog: (new)http://http://hi.baidu.com/limodou (old)http://www.donews.net/limodou
