Creating a Table in LaTeX - Multicolumn/Booktabs

  • Context: LaTeX 
  • Thread starter Thread starter Rajini
  • Start date Start date
  • Tags Tags
    Latex Table
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
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.