Rajini Messages 619 Reaction score 4 Thread starter Feb 1, 2010 #1 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 table.bmp table.bmp 210.2 KB · Views: 610
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
CompuChip Science Advisor Homework Helper Messages 4,305 Reaction score 49 Feb 2, 2010 #2 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.
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.