Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. \begin{table}
  2. \centering%
  3. \begin{tabular}{lll}
  4. \toprule
  5. First & Second & Third \\
  6. \midrule
  7. 1 & & \multirow{2}{80pt}{AB} \\
  8. 2 & & \\
  9. 3 & \multirow{-3}{*}{123} & C \\
  10. \bottomrule
  11. \end{tabular}
  12. \end{table}
  13.  
  14. The multirow command is defined as follows:
  15.  
  16. \multirow{nrows}{width}{content}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement