Tagged Questions
2
votes
0answers
38 views
Differences between longtable and xtab
I have a pretty simple table that needs to span multiple pages. This seems like a job for either the supertabular/xtab package or the longtable package.
The voting on the answers to this question ...
0
votes
0answers
90 views
Supertable landscape too wide [closed]
I have a complex table with 20 columns or so which is by far too large for a normal environment, so I have put it into a landscape environment. The table is also too long and has to be split over more ...
2
votes
0answers
88 views
Supertabular across pages [closed]
I am using the supertabularenvironment to split tables over pages.
Does anybody know, how I can give LaTeX a hint, where to break the table and turn to the next page? There are some rows, which should ...
1
vote
1answer
87 views
“supertabular” affects text that comes after the table finishes
After having searched on the internet for a few hours, I could finally make a longtable that spans over many, many pages. Besides, I was able to split this table into two columns (in order for my work ...
2
votes
1answer
149 views
Prevent supertabular* from breaking too early
I have a similar question as ipavlic, that is, the break of a long table by the supertabular package comes too soon. The solution proposed by egreg works well for the supertabular environment, ...
1
vote
1answer
158 views
Suggestions for long and wide table
I want to add a "set" of tables in a document. Something like that
I thought of combing somehow supertabular for spliting in pages and landscape in order to rotate it...
I don't know how to ...
2
votes
1answer
200 views
How to remove vertical-line gap on right side of tables when adding space between header and content?
I use the supertabular environment to create a table containing images. I defined that the header should be separated from the content by a single line. Because the first image in table is on the line ...
-1
votes
1answer
528 views
table breaks spanning multiple pages
i'm having an issue with a table that spans multiple pages and breaks across columns that span several rows. my code is listed below. the problem is that on page 1, row 1 shows up with foo1, bar1 ...
2
votes
1answer
206 views
Why the horizontal line behaves differently in supertabular and tabular?
I have a problem using the supertabular package. Basically the horizontal lines, instead of stopping at the end of the table, continue until the end of the page.
This is a self-explaining ...
2
votes
2answers
636 views
Repeat table header on every page using supertabular
This question is related to this one: How to repeat top rows (column headings) on every page
But I want to repeat the header row of a table using supertabular and not long table.
4
votes
2answers
301 views
Preserving table width and header, when using tables across multiple frames in Beamer
When using the beamer class, how can I create a table which preservers the contents of the header and the width of the columns across multiple pages, without naming this width explicitly?
longtable ...
4
votes
1answer
192 views
unwanted blank page inserted before tabular
i have a document that consists of a single multi-page table. Unfortunately it gets a blank page inserted as the first page, I absolutely don't want this (it screws with page numbering, etc). If I ...
13
votes
2answers
1k views
How to make longtable respect \nopagebreak in the beginning?
For the book I am typesetting now I need a table environment with the following abilities:
Span over multiple pages;
Allow \nopagebreak between two lines
Do not ignore \nopagebreak before the ...