Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass{article}
- \usepackage{multirow}
- \begin{document}
- \begin{center}
- \begin{tabular}{|c|c|c|}
- \hline
- col1 & col2 & col3 \\
- \hline
- \multirow{3}{4em}{Multiple row} & cell2 & cell3 \\
- & cell5 & cell6 \\
- & cell8 & cell9 \\
- \hline
- \end{tabular}
- \end{center}
- \end{document}
Add Comment
Please, Sign In to add comment