Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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 pages. However without supertabular I could resize it using the \scalebox{0.5}{ tabular }. Does anyone know an equivalent for the supertabular environment? Or provide an example for longtable or another recommended package?

share|improve this question
Welcome to TeX.SX. A tip: If you indent lines by 4 spaces, then they're marked as a code sample. You can also highlight the code and click the "code" button ({}) or select your code and hit Ctrl+K. – Claudio Fiandrino Feb 22 at 15:56
You may try reducing the \tabcolsep and also the font size. – Harish Kumar Feb 22 at 15:58
fontsize is already set to {\footnotesize}, I think there is nothing smaller. \tabcolsep did a good job, however then the table looks a bit ugly and reaches into the upper margin – Latex Newbie Feb 22 at 16:28
1  
\scriptsize and \tiny are smaller than \footnotesize – David Carlisle Feb 22 at 16:40

closed as too localized by Marco Daniel, lockstep, Werner, diabonas, zeroth Mar 3 at 18:29

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.