Text Formatting ⇒ Split columns at the end of a table
-
- Posts: 1
- Joined: Tue Feb 19, 2019 10:12 am
Split columns at the end of a table
I need a three column table and at the end (after around 15 rows) I want it to be a four column table for the final 5 rows. In that case do I have to set the table up with 4 columns from the beginning or can I split it at the end. I am new to LaTeX so looking for some help
Thanks in advance
Harsha
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Split columns at the end of a table
welcome to the forum!
I would use a 4-column table and start with
\multicolumn
to merge the cells at the beginning. If you like, post your table code here so we can suggest how exactly to do it.Stefan