Text FormattingSplit columns at the end of a table

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
HarshaKonara
Posts: 1
Joined: Tue Feb 19, 2019 10:12 am

Split columns at the end of a table

Post by HarshaKonara »

Hi guys

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Hi Harsha,

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
LaTeX.org admin
Post Reply