Questions tagged [supertabular]
provides the supertabular environment, which is an extension of the normal tabular environment.
120 questions
0
votes
0
answers
30
views
Compatibility between tabularx and supertabular broken
The glossaries package uses the supertabular package to provide the style=super option. It seems that the latest update of the latex-tools (Patch level 1 2025-06-01), which contains tabularx, broke ...
2
votes
1
answer
132
views
Create a special table [closed]
I need your help to create a table as in this image.
\documentclass{article}
\usepackage{multirow}
\usepackage{amsmath}
\usepackage[margin=2.5cm]{geometry}
\begin{document}
\begin{table}[h!]
\...
1
vote
1
answer
100
views
Repeat table caption on every page using supertabular
I'm using the supertabular package to create a two-column table that spans several pages. The one thing that I need is for the table caption to repeat on each page. This is the code
\documentclass[...
1
vote
1
answer
303
views
Troubles with supertabular
For my personal documentation, I have been using latex for a long time but as usual, I encounter difficulties with tables.
I mainly adopted supertabular because I can easily adapt the management of ...
0
votes
1
answer
34
views
Placing a table foot only on even pages for a long table with supertablar
I need to typeset a very long table, where a table foot with some explanation should appear on every even page. I thought about using supertabular, and then defining an appropriate \tabletail with the ...
0
votes
1
answer
215
views
How to insert long table take full width page and span over multiple pages in two column article
I was asked to write an article in 2-column format, and I have a large table that contains seven columns and a large number of rows. I need the table to take the entire width of the page, and I also ...
3
votes
1
answer
143
views
Problems with long tables
I want to print a long table in LaTeX, i.e. it has to break across pages. I'm getting so many line breaks in the table. My code and sample table is attached. Code is:
\documentclass[twocolumn]{article}...
1
vote
1
answer
139
views
xtab/supertabular inserts column break if column starts with section header
Background information
I am creating a book with thousands of recipes in a two-column layout. The tables with the ingredients can be short, but can also be fairly long, so I like the tables to break.
...
1
vote
2
answers
188
views
Fitting large tables
I need to fill the appendix of my work (I am using scrbook) with a lot (more than 100) of large tables. This is the end of a long work by a group of people. The tables were done in Microsoft Word in a ...
0
votes
1
answer
141
views
hline does not show up in the output
I have some long and large Microsoft word tables that I have to fit in my LaTeX document. I converted them with the Libreoffice extension, and it was easy enough. The most difficult part will be to ...
0
votes
1
answer
183
views
Supertabular paragraph environment + vertical alignment
I'm trying to create supplementary materials for a paper which involves an extremely large table spanning many pages. I'm using supertabular, but I am having an alignment issue: Multi-line cells are ...
1
vote
2
answers
348
views
Using pause in beamer within the tabular environment
In the following, I want to uncover each number on each row one at a time in the second table only. To test it I inserted a \pause command but it doesn't work. Instead it shows the entire line at the ...
0
votes
1
answer
780
views
Supertabular* in two columns article template
While changing a very long tabular into a supertabular, I had a problem having the supertabular* being equivalent to tabular*, but just continuing on the next pages. To give an example, I don't want ...
0
votes
1
answer
176
views
\tabcolsep and supertabular
While transforming a simple table into a supertabuler, the compiler kept working for long minutes. After investigating, I find out that \tabcolsep into p{} might be the problem...
Could you guys ...
0
votes
1
answer
290
views
How can I make the supertabular caption look the the normal one?
Using supertabular in a document class which defines their own caption format is not ideal:
\documentclass{IEEEtran}
\usepackage{supertabular}
\begin{document}
\begin{table}
\caption{This ...