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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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