From: JENNIFER I. <ito...@be...> - 2015-10-20 16:59:45
|
Thank you. So if it works with rst2latex, it should work when using readthedocs to generate a pdf, yes? Sorry, I'm also confused about the syntax in the reST document. Right now I have this: .. tabularcolumns:: |p{2.1cm}|p{5cm}|p{7.5cm}| .. table:: table name +----------+ | table | I'm not sure what I need to change to use longtable. Thanks! On Tue, Oct 20, 2015 at 9:18 AM, engelbert gruber < eng...@gm...> wrote: > longtable is standard in rst2latex > and worked on a quick test here > > On 20 October 2015 at 17:33, JENNIFER ITO <ito...@be...> wrote: > > Hi! I've made a table that is over a page long and when I try to convert > > the reST document to pdf, LaTex doesn't format it right so the table > > overflows a single page but does not flow onto the next page. I did a > > little digging and found out about the longtable tag is used in the tex > > file, but I'm not sure how to use it in reST or if it's even supported. > Any > > help would be greatly appreciated. Thanks! > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > > Docutils-users mailing list > > Doc...@li... > > https://lists.sourceforge.net/lists/listinfo/docutils-users > > > > Please use "Reply All" to reply to the list. > > > |