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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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