LaTeX Creating a Table in LaTeX - Multicolumn/Booktabs

  • Thread starter Thread starter Rajini
  • Start date Start date
  • Tags Tags
    Latex Table
AI Thread Summary
To create a table in LaTeX using the multicolumn feature, the user seeks assistance with the proper code structure. The table should consist of 9 columns and at least 3 rows. The first row requires merging columns 2 to 5 and 6 to 9 using the multicolumn command. The discussion emphasizes the need for guidance on utilizing the \begin{table} and \begin{tabular} commands, as well as the booktabs package for enhanced table formatting. The focus is on achieving a more complex table layout beyond simple tables.
Rajini
Messages
619
Reaction score
4
Dear all,
i want to make a table in latex...using multicolumn
i attached a picture of the table...
Please provide me the latex codes (using \begin{table} and \begin{tabular}..)
or
booktabs.
I can only create some simple tables..
thanks for help
 

Attachments

Physics news on Phys.org
You know about the tabular environment and about the multicolumn command, so you have all the ingredients.

All you need is to make 9 columns and at least 3 rows, and use multicolumn to merge columns 2 - 5 and 6 - 9 on the first row.
 
Back
Top