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'm trying to do a table which has a different number of columns in every row. Is there an alternative to multicolumn?

share|improve this question
1  
With a different number of columns in every row, it might be hard pressed to be called a 'table', and may even be a 'drawing' (and so qualify for a TiKz solution!). If you could post something showing what you need, we may better be able to help. – Brent.Longborough Jan 27 at 14:09
Welcome to TeX.sx! No need to add signature, your username is visible along with the question. – Peter Jansson Jan 27 at 14:11
1  
A latex tabular has no requirement to fill every column, if you use *{50}{c} then each row may have any number up to 50 cells. – David Carlisle Jan 27 at 14:15
You build can buy complicated tables by nest one tabular inside another. – Sveinung Jan 27 at 16:18

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.