Questions tagged [supertabular]

provides the supertabular environment, which is an extension of the normal tabular environment.

The supertabular package provides an environment of the same name, which is an extension of the normal tabular environment.

118 questions
7
votes
1 answer

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: Misplaced \noalign. \@tabletail ->\noalign …
Sverre
  • 20,729
6
votes
1 answer

supertabular with many rows in multicols env does not fill up columns on subsequent pages

When using a supertabular in a multicols env. starting somewhere on a page following e.g. a section and spanning several pages the 1st page columns are filled but all subsequent page columns are only filled partially. The MWE shows this when adding…
3
votes
1 answer

supertabular: how to change font size and add caption?

1) How to use small or tiny fonts in supertabular ? 2) How to embed captions in supertabular? I tried some possible options but they are not working. \documentclass{article} \usepackage{supertabular} \begin{document} \begin{supertabular}{ll} …
pba
  • 527
  • 5
  • 10
2
votes
1 answer

\twocolumn creates new page

I am trying to use a supertabular in twocolumn mode. The \twocolumn command creates a page break just after the section. How do I prevent…
John
  • 155
2
votes
1 answer

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 page. I would like the table cell widths to take…
Sverre
  • 20,729
1
vote
1 answer

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, as I want. My problem is, that on the second…
martin
  • 679
1
vote
1 answer

How to make a long and narrow table in a six-column environment with supertabular over multiple pages?

I have a very long and narrow table in MS Word that looks like this and I would like to re-write it in LaTeX. At the end of each column, the table should continue to the right, and after six columns it should continue on the next page. Even though…
Pertinax
  • 260
1
vote
1 answer

Center Values and headers in long table using supertable

In the code below, how to go about aligning the headers and numbers as follows: Here is the code: \documentclass{book} \usepackage[top=3cm,bottom=3cm,left=3.2cm,right=3.2cm,headsep=10pt,a4paper]{geometry} \usepackage{pgfplotstable,…
Joe
  • 9,080
1
vote
1 answer

Split Very long table on one page then continue on next page part 2

This question is building off the solution found here. This solution given on that post, begins the table on the next page. How to begin the table on the same page as the \section or \chapter beginning? Also, from the code given below, although…
Joe
  • 9,080
1
vote
2 answers

Supertabular with output overlapping

I am using supertabular but it is showing error like this: Misplaced \noalign \ST@next....& \tsbp $i$ \ \hline \tbsp \noalign {\global \let \=\@savcr} With the output in dvi/pdf with the second page overlapping on the first. Can anyone suggest me…
0
votes
1 answer

Supertabular - part of caption and table missing

I have a large table for my thesis that needs to be presented landscape and stretches over 2-3 pages, I have only included part of the table contents here. My .tex file appears to compile without any problems but when I generate a pdf only part of…
Liz
  • 1