Tagged Questions
2
votes
0answers
39 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 ...
2
votes
0answers
91 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
88 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 ...
3
votes
1answer
844 views
Sidewaystable together with longtable?
I've a massive sidewaystable (code below). I've been trying different combinations of longtable, supertabular, lscape, rotating, sidewaystable, table, etc, and I can't get it to be sideways and also ...
9
votes
1answer
2k views
Longtable vs. supertabular: Which is right for which job?
I have a fixed-column long table, with much text inside, that spans about three pages. I set it using the supertabular package, and for the most part it is working (I will still have to go back to ...
9
votes
2answers
1k views
How to add vertical space struts after hline?
I know the table trick of adding "struts" in the first line after and the last line before a \hline. I use it throughout my document, and it looks good that way.
However, now I am working within a ...
1
vote
1answer
399 views
multirow with word wrapped columns in longtable
I am trying to create a table that looks like this using longtable. The table will have many rows so that it spans several pages.
What I'm looking for is how to create this table so that the text ...
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 ...
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 ...