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 table that takes multiple pages, so I use longtabu. However, if I embed longtabu in table environment, the table won't break into pages. How do I create a mult-page table that support floating?

share|improve this question
2  
Welcome to TeX.sx! Your post was migrated here from Stack Overflow. Please register on this site, too, and make sure that both accounts are associated with each other (by using the same OpenID), otherwise you won't be able to comment on or accept answers or edit your question. However, yours is not a problem related to longtabu: no float such as table or figure can be split across page. Just use longtabu. – egreg Jan 25 at 16:05
3  
You cannot, floats can only be at most one page long. You have to compromise – daleif Jan 25 at 16:13
A very good question, I did not know this limitation of floats! – Keks Dose Jan 25 at 21:18
Thanks. I will just live with that. – Clive Feb 6 at 21:40

migrated from stackoverflow.com Jan 25 at 16:04

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.