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 need to write a complicated matrix that has a structure as in the attached picture.

How can I render it?

image

share|improve this question
5  
Hi and welcome to TeX.sx. In its current form, your question might not receive many answers. Please take a look at the How to Ask-page and try to improve your question according to the guidance found there. This may require you to show some effort on your part in terms of attempting a solution. If you have questions about what to do or if you don't quite understand what this means, please ask for clarification using the add comment function. – Claudio Fiandrino Jan 10 at 14:23
What kind of entries do you have in your rows? And is the second set of rows actually columns? – percusse Jan 10 at 14:26

closed as not a real question by egreg, Claudio Fiandrino, lockstep, Stefan Kottwitz Jan 19 at 12:00

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Make it into a table, and look if the array and/or multirow packages are of help (multirow lets you have a column with entries that span multiple rows, as I seem to see you want in your draft). Don't try to force LaTeX to do things your way, try to find out how you can express your ideas in LaTeX' terms

[Yes, LaTeX' handling of tables is klunky.]

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.