2
votes
2answers
55 views

Code listing spanning multiple pages with captions at top

Is it possible to span a lstlisting environment or lstlistinginput on multiple pages, such that the caption is repeated on each page (the listing counter stays the same), as well as being able to ...
4
votes
1answer
99 views

Floating longtable in Latex

I have a short table but I want to use the longtable environment for it because I have also some other long tables in my document and I want they have the same appearance. However, I do not know how ...
3
votes
1answer
76 views

Inaccurate table numbering with LyX

I'm using LyX to create some tables, but the numbering is complete borked. In the LyX window, the table numbers are accurate. However, when I render to a PDF, they are evens only: 2, 4, 6 etc. (I'm ...
6
votes
1answer
98 views

Continue long table beside on the same page

I have a datatable in a CSV file and print it with pgfplotstable. I can split long datatables by making pgfplotstable use longtable instead of tabular environment; so far so good. My problem is that ...
6
votes
0answers
53 views

Longtable overfilling the bottom margin with longtable and figures [duplicate]

Possible Duplicate: longtabu and floats: wrong table breaks on pages with floats In the paper I'm writing I want to format a long sequences of equations with definitions. To have a ...
4
votes
3answers
479 views

How to interrupt longtable to place float (figure)?

I am writing a document describing a process step by step. After trying with enumerate (which did not look so appealing) I switched to longtable. This longtable can span more than two full pages. ...
2
votes
1answer
156 views

Wrong layout: the text crosses the border of paper

UPDATE. The combination of the longtable and figure given below results in misplacement of the following text. The text must go to the third page, but it doesn't. Instead of this it crosses the border ...
3
votes
1answer
203 views

How to force the table orders in Latex

I have several tables and some of them are long tables. LaTeX displays them in different order than I want. Say, I would like to order them as table 1 table 2 table 3(longtable) table 4 table 5 ...
3
votes
2answers
126 views

Last part of longtable after next float

I'm having the following problem with a document I'm making. I have a table which is split over five pages. This is done with longtable and it works fine. In the next section I have another (simple) ...
4
votes
1answer
257 views

longtable and floatrow: font commands ignored

If I load both longtable (ltxtable) and floatrow, then \sffamily is ignored and the table is typeset in roman. If I disable floatrow everything works as expected. floatrows \RawFloats command does ...