Graphics, Figures & Tablestable

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
DK1
Posts: 1
Joined: Tue Jan 02, 2018 8:01 pm

table

Post by DK1 »

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
ghs_table.PNG
ghs_table.PNG (13.38 KiB) Viewed 1437 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10328
Joined: Mon Mar 10, 2008 9:44 pm

table

Post by Stefan Kottwitz »

Hello,

welcome to the forum!
DK1 wrote:how to enter the types of employment without a column heading
Well, just make a normal column and don't enter anything in the first row of the first column. So it can look like

Code: Select all

\begin{tabular}{...}\hline
 & 1999 & 2004 & 2006 \\\hline
Family agriculture & ...
DK1 wrote:I tried to do it
Can you please post what you tried? So we don't need to type all that stuff again.

Stefan
LaTeX.org admin
Post Reply