Can someone please help me to create a table whose colums have a different number of rows, like the one in the attached picture?
I surfed the internet, read many manuals, b ut I couldn't find anything about it.
Thank you....and Merry Xmas...

Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
TY very much for yr reply.corderin wrote:Hi,
it is very simple you only need the multirow package...
then in a tabular environment you can specify
\multirow{rows number}{rows width}{TEXT}
corderin wrote:Then use
\cline{1-2}
this will print only a line from the first to the second column, you can choose which columns you have to separate...
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis