How can I make a table that takes up more than a single page?
up vote
59
down vote
favorite
I've got data that I need to include in a table, but there's a lot if it. I've played with the font size and table formatting as much as I can, but the table still won't fit on the page. Is there anyway to make a table that spans multiple pages with LaTeX?
tables page-breaking longtable
add a comment |
up vote
59
down vote
favorite
I've got data that I need to include in a table, but there's a lot if it. I've played with the font size and table formatting as much as I can, but the table still won't fit on the page. Is there anyway to make a table that spans multiple pages with LaTeX?
tables page-breaking longtable
4
Let's see if adding the[page-breaking]tag will stop duplicates of this question.
– lockstep
Feb 17 '11 at 21:11
This is a FAQ
– Martin Schröder
Feb 11 '12 at 18:04
add a comment |
up vote
59
down vote
favorite
up vote
59
down vote
favorite
I've got data that I need to include in a table, but there's a lot if it. I've played with the font size and table formatting as much as I can, but the table still won't fit on the page. Is there anyway to make a table that spans multiple pages with LaTeX?
tables page-breaking longtable
I've got data that I need to include in a table, but there's a lot if it. I've played with the font size and table formatting as much as I can, but the table still won't fit on the page. Is there anyway to make a table that spans multiple pages with LaTeX?
tables page-breaking longtable
tables page-breaking longtable
edited Jul 12 '11 at 22:17
lockstep
189k52585719
189k52585719
asked Jul 26 '10 at 20:30
vanden
16k185984
16k185984
4
Let's see if adding the[page-breaking]tag will stop duplicates of this question.
– lockstep
Feb 17 '11 at 21:11
This is a FAQ
– Martin Schröder
Feb 11 '12 at 18:04
add a comment |
4
Let's see if adding the[page-breaking]tag will stop duplicates of this question.
– lockstep
Feb 17 '11 at 21:11
This is a FAQ
– Martin Schröder
Feb 11 '12 at 18:04
4
4
Let's see if adding the
[page-breaking] tag will stop duplicates of this question.– lockstep
Feb 17 '11 at 21:11
Let's see if adding the
[page-breaking] tag will stop duplicates of this question.– lockstep
Feb 17 '11 at 21:11
This is a FAQ
– Martin Schröder
Feb 11 '12 at 18:04
This is a FAQ
– Martin Schröder
Feb 11 '12 at 18:04
add a comment |
3 Answers
3
active
oldest
votes
up vote
51
down vote
accepted
Use the longtable package (see also the documentation).
5
Combined with thebooktabspackage,longtableis an excellent option.
– Quadrescence
Jul 26 '10 at 20:32
3
Be aware thatcaptioncommands are placed inside alongtableenvironment, and therefore the respective code lines must end with\.
– lockstep
Feb 10 '12 at 22:00
@Quadrescence What can I use thebooktabspackage for?
– tommy.carstensen
Jun 12 '15 at 14:38
add a comment |
up vote
10
down vote
I would recommend using the xtab package, which is designed as a improvement of the supertabular package.
4
Do you have an example for the starred version of xtabular? It is not working with me.
– Rafid
Feb 18 '11 at 10:31
As Jose, I also suggest thesupertabularandxtabpackages. Thextabpackage provides tables that break across pages.
– hassan_noori
Feb 18 '11 at 20:47
1
Do you know ifxtabandsupertabularare compatible withtabularx?
– Mario S. E.
May 20 '13 at 13:06
add a comment |
up vote
3
down vote
Depending on your overall requirements and the shape of the data in the table, you might also consider dropping your longtable into a landscape environment, as provided, e.g., by the pdflscape package.
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
51
down vote
accepted
Use the longtable package (see also the documentation).
5
Combined with thebooktabspackage,longtableis an excellent option.
– Quadrescence
Jul 26 '10 at 20:32
3
Be aware thatcaptioncommands are placed inside alongtableenvironment, and therefore the respective code lines must end with\.
– lockstep
Feb 10 '12 at 22:00
@Quadrescence What can I use thebooktabspackage for?
– tommy.carstensen
Jun 12 '15 at 14:38
add a comment |
up vote
51
down vote
accepted
Use the longtable package (see also the documentation).
5
Combined with thebooktabspackage,longtableis an excellent option.
– Quadrescence
Jul 26 '10 at 20:32
3
Be aware thatcaptioncommands are placed inside alongtableenvironment, and therefore the respective code lines must end with\.
– lockstep
Feb 10 '12 at 22:00
@Quadrescence What can I use thebooktabspackage for?
– tommy.carstensen
Jun 12 '15 at 14:38
add a comment |
up vote
51
down vote
accepted
up vote
51
down vote
accepted
Use the longtable package (see also the documentation).
Use the longtable package (see also the documentation).
edited Apr 7 '14 at 13:49
Joseph Wright♦
201k21554879
201k21554879
answered Jul 26 '10 at 20:30
vanden
16k185984
16k185984
5
Combined with thebooktabspackage,longtableis an excellent option.
– Quadrescence
Jul 26 '10 at 20:32
3
Be aware thatcaptioncommands are placed inside alongtableenvironment, and therefore the respective code lines must end with\.
– lockstep
Feb 10 '12 at 22:00
@Quadrescence What can I use thebooktabspackage for?
– tommy.carstensen
Jun 12 '15 at 14:38
add a comment |
5
Combined with thebooktabspackage,longtableis an excellent option.
– Quadrescence
Jul 26 '10 at 20:32
3
Be aware thatcaptioncommands are placed inside alongtableenvironment, and therefore the respective code lines must end with\.
– lockstep
Feb 10 '12 at 22:00
@Quadrescence What can I use thebooktabspackage for?
– tommy.carstensen
Jun 12 '15 at 14:38
5
5
Combined with the
booktabs package, longtable is an excellent option.– Quadrescence
Jul 26 '10 at 20:32
Combined with the
booktabs package, longtable is an excellent option.– Quadrescence
Jul 26 '10 at 20:32
3
3
Be aware that
caption commands are placed inside a longtable environment, and therefore the respective code lines must end with \.– lockstep
Feb 10 '12 at 22:00
Be aware that
caption commands are placed inside a longtable environment, and therefore the respective code lines must end with \.– lockstep
Feb 10 '12 at 22:00
@Quadrescence What can I use the
booktabs package for?– tommy.carstensen
Jun 12 '15 at 14:38
@Quadrescence What can I use the
booktabs package for?– tommy.carstensen
Jun 12 '15 at 14:38
add a comment |
up vote
10
down vote
I would recommend using the xtab package, which is designed as a improvement of the supertabular package.
4
Do you have an example for the starred version of xtabular? It is not working with me.
– Rafid
Feb 18 '11 at 10:31
As Jose, I also suggest thesupertabularandxtabpackages. Thextabpackage provides tables that break across pages.
– hassan_noori
Feb 18 '11 at 20:47
1
Do you know ifxtabandsupertabularare compatible withtabularx?
– Mario S. E.
May 20 '13 at 13:06
add a comment |
up vote
10
down vote
I would recommend using the xtab package, which is designed as a improvement of the supertabular package.
4
Do you have an example for the starred version of xtabular? It is not working with me.
– Rafid
Feb 18 '11 at 10:31
As Jose, I also suggest thesupertabularandxtabpackages. Thextabpackage provides tables that break across pages.
– hassan_noori
Feb 18 '11 at 20:47
1
Do you know ifxtabandsupertabularare compatible withtabularx?
– Mario S. E.
May 20 '13 at 13:06
add a comment |
up vote
10
down vote
up vote
10
down vote
I would recommend using the xtab package, which is designed as a improvement of the supertabular package.
I would recommend using the xtab package, which is designed as a improvement of the supertabular package.
edited Dec 2 at 19:37
Leone
112
112
answered Aug 9 '10 at 17:30
José Figueroa-O'Farrill
2,60621931
2,60621931
4
Do you have an example for the starred version of xtabular? It is not working with me.
– Rafid
Feb 18 '11 at 10:31
As Jose, I also suggest thesupertabularandxtabpackages. Thextabpackage provides tables that break across pages.
– hassan_noori
Feb 18 '11 at 20:47
1
Do you know ifxtabandsupertabularare compatible withtabularx?
– Mario S. E.
May 20 '13 at 13:06
add a comment |
4
Do you have an example for the starred version of xtabular? It is not working with me.
– Rafid
Feb 18 '11 at 10:31
As Jose, I also suggest thesupertabularandxtabpackages. Thextabpackage provides tables that break across pages.
– hassan_noori
Feb 18 '11 at 20:47
1
Do you know ifxtabandsupertabularare compatible withtabularx?
– Mario S. E.
May 20 '13 at 13:06
4
4
Do you have an example for the starred version of xtabular? It is not working with me.
– Rafid
Feb 18 '11 at 10:31
Do you have an example for the starred version of xtabular? It is not working with me.
– Rafid
Feb 18 '11 at 10:31
As Jose, I also suggest the
supertabular and xtab packages. The xtab package provides tables that break across pages.– hassan_noori
Feb 18 '11 at 20:47
As Jose, I also suggest the
supertabular and xtab packages. The xtab package provides tables that break across pages.– hassan_noori
Feb 18 '11 at 20:47
1
1
Do you know if
xtab and supertabular are compatible with tabularx?– Mario S. E.
May 20 '13 at 13:06
Do you know if
xtab and supertabular are compatible with tabularx?– Mario S. E.
May 20 '13 at 13:06
add a comment |
up vote
3
down vote
Depending on your overall requirements and the shape of the data in the table, you might also consider dropping your longtable into a landscape environment, as provided, e.g., by the pdflscape package.
add a comment |
up vote
3
down vote
Depending on your overall requirements and the shape of the data in the table, you might also consider dropping your longtable into a landscape environment, as provided, e.g., by the pdflscape package.
add a comment |
up vote
3
down vote
up vote
3
down vote
Depending on your overall requirements and the shape of the data in the table, you might also consider dropping your longtable into a landscape environment, as provided, e.g., by the pdflscape package.
Depending on your overall requirements and the shape of the data in the table, you might also consider dropping your longtable into a landscape environment, as provided, e.g., by the pdflscape package.
edited Dec 2 at 19:36
Leone
112
112
answered Aug 10 '10 at 0:43
Geoffrey Jones
12.1k13950
12.1k13950
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f133%2fhow-can-i-make-a-table-that-takes-up-more-than-a-single-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
4
Let's see if adding the
[page-breaking]tag will stop duplicates of this question.– lockstep
Feb 17 '11 at 21:11
This is a FAQ
– Martin Schröder
Feb 11 '12 at 18:04