Search found 2 matches

by dalupus
Sat Oct 18, 2014 3:08 am
Forum: Graphics, Figures & Tables
Topic: text flowing off of the end of the page
Replies: 1
Views: 9137

Re: text flowing off of the end of the page

I have found the issue. There is a bug in longtable that it doesn't work when floats end up on the same page as a table.

http://tex.stackexchange.com/questions/203629/longtable-and-floats-wrong-table-breaks-on-pages-with-floats-part-2/207748#207748

http://www.latex-project.org/cgi-bin/ltxbugs2html ...
by dalupus
Sat Oct 18, 2014 12:22 am
Forum: Graphics, Figures & Tables
Topic: text flowing off of the end of the page
Replies: 1
Views: 9137

text flowing off of the end of the page

I am running into an issue with the interaction between longtable and include graphics. It appears that if include graphics floats onto the next page longtable doesn't realize this and makes text run off the screen.

Everything works fine if I remove the graphic or if I change longtable to tabular ...