Graphics, Figures & TablesCreating a table

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Schutter07
Posts: 3
Joined: Tue Mar 27, 2012 4:20 pm

Creating a table

Post by Schutter07 »

I was wondering if it is possible to make a table like I have made in Excell which you can see in the image. I tried a whole lot of things but could not get is the way I wanted. Can someone help me?

Image

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

Creating a table

Post by Stefan Kottwitz »

Hi,

welcome to the board!
Schutter07 wrote:I tried a whole lot of things but could not get is the way I wanted. Can someone help me?
sure - what is it, that you tried? What problems did you have?
I guess you don't mean it like "please typeset the complete table from scratch for me", so just show what you already have and we gladly help to improve it.

Here's an article which can help you, also regarding such multicolumn and multirow cells: Creating Tables with LaTeX.

Stefan
LaTeX.org admin
Schutter07
Posts: 3
Joined: Tue Mar 27, 2012 4:20 pm

Re: Creating a table

Post by Schutter07 »

Well the problem is that I can't seem to find the correct code for the part AIC and Gewicht.
So basically I don't know how to merge rows like you can do it for column with \multicolumn .
User avatar
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

Creating a table

Post by Stefan Kottwitz »

You could use the command \multirow of the package with the same name, have a look at the multirow manual.

Stefan
LaTeX.org admin
Schutter07
Posts: 3
Joined: Tue Mar 27, 2012 4:20 pm

Re: Creating a table

Post by Schutter07 »

I will give it a try. Can you combine multirow and multicolumn?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

Creating a table

Post by Stefan Kottwitz »

Yes, you can. In that case use \multirow inside \multicolum, not the other way round.

Stefan
LaTeX.org admin
Post Reply