epsilon413

Latex-Question6

Apr 19th, 2024
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.32 KB | Source Code | 0 0
  1. \documentclass{article}
  2. \usepackage{multirow}
  3.  
  4. \begin{document}
  5.  
  6. \begin{center}
  7. \begin{tabular}{|c|c|c|}
  8.    \hline
  9.     col1 & col2 & col3 \\
  10.     \hline
  11.     \multirow{3}{4em}{Multiple row} & cell2 & cell3 \\
  12.     & cell5 & cell6 \\
  13.     & cell8 & cell9 \\
  14.     \hline
  15. \end{tabular}
  16. \end{center}
  17.  
  18. \end{document}
Tags: LaTeX
Add Comment
Please, Sign In to add comment