Search found 2 matches

by simon
Wed Aug 05, 2009 12:17 pm
Forum: Graphics, Figures & Tables
Topic: Howto put long narrow tables into multiple columns
Replies: 3
Views: 11842

Re: Howto put long narrow tables into multiple columns

Oh yeah... didn't notice the code tags. Opps.

Manually breaking it into separate tabulars is a good solution... but it's not the best.

I'm not familiar enough with the code of multicols to work out how to get it to work with supertabular - was hoping someone here might know.

Thanks for the reply.
by simon
Sat Aug 01, 2009 8:49 pm
Forum: Graphics, Figures & Tables
Topic: Howto put long narrow tables into multiple columns
Replies: 3
Views: 11842

Howto put long narrow tables into multiple columns

Consider the following table of three columns.

\begin{tabular}{ccc}
Ind & Number & Topic \\
1 & 1 & 1 \\
1 & 1 & 1 \\
1 & 1 & 1 \\
1 & 1 & 1 \\
1 & 1 & 1 \\
1 & 1 & 1 \\
1 & 1 & 1 \\
1 & 1 & 1 \\
1 & 1 & 1 \\
1 & 1 & 1 \\
2 & 2 & 2 \\
2 & 2 & 2 \\
2 & 2 & 2 \\
2 & 2 & 2 \\
2 & 2 & 2 \\
2 & 2 & 2 ...