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...

NEW: TikZ book now 40% off at Amazon.com for a short time.
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...
NEW: TikZ book now 40% off at Amazon.com for a short time.