Tagged Questions
4
votes
1answer
117 views
New command employing \multirow and \multicolumn
I define a new command like this:
\newcommand{\rowcol}[4]{ %
\multicolumn{#1}{#3}{\multirow{#2}{*}{#4}} %
}
I then use it inside the column as,
...