Hello everyone,
Please how do I create the table below?
I tried to do it but I've not been able to figure out how to enter the types of employment without a column heading like 1999, 2004 and 2006 in the three other columns.
Thanks
Graphics, Figures & Tables ⇒ table
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
table
Hello,
welcome to the forum!
Stefan
welcome to the forum!
Well, just make a normal column and don't enter anything in the first row of the first column. So it can look likeDK1 wrote:how to enter the types of employment without a column heading
Code: Select all
\begin{tabular}{...}\hline
& 1999 & 2004 & 2006 \\\hline
Family agriculture & ...
Can you please post what you tried? So we don't need to type all that stuff again.DK1 wrote:I tried to do it
Stefan
LaTeX.org admin