provides the supertabular environment, which is an extension of the normal tabular environment.
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
32 views
supertabular and twocolumn blank column
We are using minipage supertabular with a twocolumn mode for our reports and were observing strange behaviour lately.
There are some cases, when the subsubsection is at the top of the second column ...
2
votes
0answers
137 views
Supertabular leaves header in next column
I'm using supertabular in multicols enviroment based on this thread's accepted answer multicolumn long table or enumeration. But there is sometimes header and empty table body left in new column/page ...
1
vote
1answer
71 views
Trick Supertabular into Multicols in new command
I'm using supertabular in multicols enviroment using this trick
\let\mcnewpage=\newpage
\makeatletter
\renewcommand\newpage{%
\if@firstcolumn
\hrule width\linewidth height0pt
...
1
vote
1answer
61 views
Preserve table cell width across pages using supertabular
I'm using supertabular to break a table across two pages, but when the table continues on the second page, it resets the width of the table cells based on the first row that carries over to the second ...
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
105 views
Misplaced supertabular at the bottom of a page
I want to write a table which is too long to fit in the middle of a page. So I thought of using supertabular. My code is
\documentclass[11pt]{article}
\usepackage{supertabular}
\begin{document}
...
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
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 ...
4
votes
1answer
130 views
supertabular always results in 'Misplaced \noalign' error
I'm trying to use the package supertabularin order to be able to break long tables in twocolumn mode (cf. the answer to this question). But I always end up with the following error when compiling:
...
1
vote
1answer
160 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 ...
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 ...
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, ...
3
votes
1answer
839 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 ...
2
votes
1answer
202 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
vote
1answer
105 views
How to get rid of bold lines using supertabular and horizontal lines for each table cell?
I have defined a very large supertabular. Each table-row is separated by a horizontal line (\hline). The header of the table should be separated with two lines. On the first page everything is fine, ...
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 ...
2
votes
1answer
305 views
Problem with colortbl and supertable, color width of the row with leading “@{}”
I have a problem with colortbl \rowcolor that insists on making the color width of the rows longer than the actual row width. Snippet of the code:
\documentclass[a5paper, 10pt, twoside]{article}
...
-1
votes
1answer
529 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 ...
5
votes
1answer
456 views
How to disable pagebreak on \hline in supertabular?
This is similar to How to disable pagebreak on \hline in longtable? but for supertabular or xtab: With \tabularnewline\hline I get pagebreaks (or in my case columnbreaks) before the hline, i.e. the ...
1
vote
1answer
398 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 ...
2
votes
1answer
137 views
mdframed and supertabular disagreeing on positioning (supertabular bug?)
Finding that a certain table in my document had to span several pages, and that longtable doesn't fit the bill because I have to change the running header mid-table, I turned to supertabular.
To get ...
2
votes
1answer
210 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
640 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 ...
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 ...
5
votes
1answer
1k views
Supertabular problem with \input
Consider a simple supertabular example:
\documentclass{article}
\usepackage{supertabular}
\begin{document}
\begin{supertabular}
a & b \\
\end{supertabular}
\end{document}
Suppose I wanted to ...
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 ...
4
votes
2answers
334 views
Error using \usepackage{listings}
If I include the package listings I can't compile my document anymore. There is an error saying:
!No room for new \dimen.\ck ... \else \ermesage{No room...}
File: \latex\sueprtabluar\supertabular.sty
...
