Re: trying to use longtable for making pdf
JENNIFER ITO <[email protected]>
| Newsgroups | gmane.text.docutils.user |
|---|---|
| Message-ID | <CA+6LFgV0KwJd-VhAkCBe8P2PJ1-AVh5QXsQGcwn=qKLzayd6uQ@mail.gmail.com> |
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 <
[email protected]> wrote:
> longtable is standard in rst2latex
> and worked on a quick test here
>
> On 20 October 2015 at 17:33, JENNIFER ITO <[email protected]> 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
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/docutils-users
> >
> > Please use "Reply All" to reply to the list.
> >
>
------------------------------------------------------------------------------